diff options
Diffstat (limited to 'testhal/STM32/multi/PAL/cfg-stm32f429_discovery')
-rw-r--r-- | testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h b/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h index cef82d6bd..4c14f7032 100644 --- a/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h +++ b/testhal/STM32/multi/PAL/cfg-stm32f429_discovery/portab.h @@ -31,8 +31,8 @@ #define PORTAB_LINE_LED1 GPIOG_LED3_GREEN //LINE_LED3
#define PORTAB_LINE_LED2 GPIOG_LED4_RED //LINE_LED4
-#define PORTAB_LEN_OFF PAL_LOW
-#define PORTAB_LEN_ON PAL_HIGH
+#define PORTAB_LED_OFF PAL_LOW
+#define PORTAB_LED_ON PAL_HIGH
#define PORTAB_LINE_BUTTON LINE_BUTTON
#define PORTAB_BUTTON_PRESSED PAL_HIGH
|