Skip to content
Snippets Groups Projects
Commit 99bce710 authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

board_common:px4io-v1:Removed px4io-v1 board from PX4

  Only provide paths to px4io-v2 bin files.
parent f6a0765d
No related branches found
No related tags found
No related merge requests found
......@@ -230,9 +230,6 @@
# define PX4IO_FW_SEARCH_PATHS BOARD_PX4IO_FW_SEARCH_PATHS
# else
/* Use PX4IO FW search paths defaults based on version */
# if BOARD_USES_PX4IO_VERSION == 1
# define PX4IO_FW_SEARCH_PATHS {"/etc/extras/px4io-v1.bin", "/fs/microsd/px4io1.bin", "/fs/microsd/px4io.bin", nullptr }
# endif
# if BOARD_USES_PX4IO_VERSION == 2
# define PX4IO_FW_SEARCH_PATHS {"/etc/extras/px4io-v2.bin", "/fs/microsd/px4io2.bin", "/fs/microsd/px4io.bin", nullptr }
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment