mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 07:30:35 +08:00
System Changes for AUAV X2.1
This commit is contained in:
committed by
Lorenz Meier
parent
5b5076ae01
commit
c042f49fde
@@ -3625,7 +3625,8 @@ px4io_main(int argc, char *argv[])
|
||||
fn[1] = "/fs/microsd/px4io1.bin";
|
||||
fn[2] = "/fs/microsd/px4io.bin";
|
||||
fn[3] = nullptr;
|
||||
#elif defined(CONFIG_ARCH_BOARD_PX4FMU_V2)
|
||||
#elif defined(CONFIG_ARCH_BOARD_PX4FMU_V2) || \
|
||||
defined(CONFIG_ARCH_BOARD_AUAV_X21)
|
||||
fn[0] = "/etc/extras/px4io-v2.bin";
|
||||
fn[1] = "/fs/microsd/px4io2.bin";
|
||||
fn[2] = "/fs/microsd/px4io.bin";
|
||||
|
||||
Reference in New Issue
Block a user