usb_hid_raw: enable imx8q_evk for nightly testing

Issue #3571
This commit is contained in:
Alexander Boettcher 2019-12-09 14:28:39 +01:00 committed by Christian Helmuth
parent beb1e084a6
commit 6e99f00f5c
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@ if { [get_cmd_switch --autopilot] &&
![have_spec panda] &&
![have_spec rpi] &&
![have_spec x86] &&
![have_spec imx6q_sabrelite]} {
![have_spec imx6q_sabrelite] &&
![have_spec imx8q_evk]} {
puts "Run script does not support autopilot mode on this platform"
exit 0
}