board_common:Use new PX4IO FW name on SD card and remove legacy V1 name

This commit is contained in:
David Sidrane 2018-11-22 03:50:23 -08:00
parent cadda8c263
commit 2d052c02fa

View File

@ -255,7 +255,7 @@
# else
/* Use PX4IO FW search paths defaults based on version */
# if BOARD_USES_PX4IO_VERSION == 2
# define PX4IO_FW_SEARCH_PATHS {"/etc/extras/px4_io-v2_default.bin", "/fs/microsd/px4io2.bin", "/fs/microsd/px4io.bin", nullptr }
# define PX4IO_FW_SEARCH_PATHS {"/etc/extras/px4_io-v2_default.bin","/fs/microsd/px4_io-v2_default.bin", "/fs/microsd/px4io2.bin", nullptr }
# endif
# endif
#endif