diff options
Diffstat (limited to 'testhal/STM32/multi/PAL/cfg-stm32f303_discovery')
-rw-r--r-- | testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h b/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h index 0fbe3f9d1..554731819 100644 --- a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h +++ b/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/portab.h @@ -31,8 +31,8 @@ #define PORTAB_LINE_LED1 LINE_LED4_BLUE
#define PORTAB_LINE_LED2 LINE_LED3_RED
-#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
|