aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-11-11 06:03:29 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-11-11 06:03:29 +0000
commit5a5abcc25c4039661bd244dbb012c04d68a5e781 (patch)
tree011507ada1eb8470f606c6f6c060b149153c8dc2 /testhal/STM32/multi/SPI/cfg/stm32l4r9_discovery/portab.h
parentbd22f7167292826f39707f10ddd620fc246cd20c (diff)
downloadChibiOS-5a5abcc25c4039661bd244dbb012c04d68a5e781.tar.gz
ChibiOS-5a5abcc25c4039661bd244dbb012c04d68a5e781.tar.bz2
ChibiOS-5a5abcc25c4039661bd244dbb012c04d68a5e781.zip
Small fixes to SPI demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12414 110e8d01-0319-4d1e-a829-52ad28d1bb01
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