diff --git a/platforms/nuttx/nuttx-configs/nxphlite-v3/include/board.h b/platforms/nuttx/nuttx-configs/nxphlite-v3/include/board.h index fc0e434748..144982e297 100644 --- a/platforms/nuttx/nuttx-configs/nxphlite-v3/include/board.h +++ b/platforms/nuttx/nuttx-configs/nxphlite-v3/include/board.h @@ -498,8 +498,8 @@ # define PROBE_2 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTA | PIN6) # define PROBE_3 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTD | PIN4) # define PROBE_4 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTD | PIN5) -# define PROBE_5 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTD | PIN6) -# define PROBE_6 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTD | PIN7) +# define PROBE_5 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTE | PIN11) +# define PROBE_6 (GPIO_LOWDRIVE | GPIO_OUTPUT_ZER0 | PIN_PORTE | PIN12) # define PROBE_INIT(mask) \ do { \