mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 12:57:34 +08:00
Posix: Changed PreflightCheck to read Vdev
PreflightCheck was failing because it was trying to read actual devices instad of virtual devices. ADCSIM had a LINUXTEST ifdef that was removed. posix_run.sh was using the wrong path Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
+1
-1
@@ -23,4 +23,4 @@ if [ ! -d /eeprom ] && [ ! -w /eeprom ]
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Build/linux_default.build/mainapp linux-configs/linuxtest/init/rc.S
|
||||
Build/posix_default.build/mainapp posix-configs/posixtest/init/rc.S
|
||||
|
||||
Reference in New Issue
Block a user