aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h')
-rw-r--r--testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h b/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h
index 2a7e250d3..975b76ded 100644
--- a/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h
+++ b/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h
@@ -31,8 +31,8 @@
#define PORTAB_LINE_LED1 LINE_LED
//#define PORTAB_LINE_LED2 LINE_LED
-#define PORTAB_LED_OFF PAL_LOW
-#define PORTAB_LED_ON PAL_HIGH
+#define PORTAB_LED_OFF PAL_HIGH
+#define PORTAB_LED_ON PAL_LOW
#define PORTAB_LINE_BUTTON LINE_BUTTON
#define PORTAB_BUTTON_PRESSED PAL_HIGH