From f0663fb143693b515f66185246a9cf41ed8db384 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Thu, 2 Aug 2018 14:59:51 -0700 Subject: [PATCH] nxphlite-v3:Match probes to V3 HW --- platforms/nuttx/nuttx-configs/nxphlite-v3/include/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { \