Skip to content

Commit

Permalink
ARK CANnode disable OPT_WAIT_FOR_GETNODEINFO_JUMPER_GPIO
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj authored and dagar committed Sep 5, 2023
1 parent 2d4d824 commit 10ac10c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion boards/ark/cannode/src/boot_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@
*
*/
#define OPT_WAIT_FOR_GETNODEINFO 0
#define OPT_WAIT_FOR_GETNODEINFO_JUMPER_GPIO 1
/* The ARK CANnode uses PH1 for GPIO_BOOT_CONFIG but it is not
* compatible with px4_arch_gpioread as Port H = 7 which is greater
* than STM32_NPORTS
* #define OPT_WAIT_FOR_GETNODEINFO_JUMPER_GPIO 0
*/
#define OPT_WAIT_FOR_GETNODEINFO_JUMPER_GPIO_INVERT 1

#define OPT_ENABLE_WD 1
Expand Down

0 comments on commit 10ac10c

Please sign in to comment.