aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-01-04 11:13:44 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-01-04 11:13:44 +0000
commitc2994bdb33024b71f3ac0b4283994715ce6eb563 (patch)
tree34f26281efec0dd928589b61664b1907800bb644 /testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h
parentccbf09f1a2abad73c81e5e059b7d3f6d370e3293 (diff)
downloadChibiOS-c2994bdb33024b71f3ac0b4283994715ce6eb563.tar.gz
ChibiOS-c2994bdb33024b71f3ac0b4283994715ce6eb563.tar.bz2
ChibiOS-c2994bdb33024b71f3ac0b4283994715ce6eb563.zip
Various fixes, H7 SPI does not work yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11220 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h')
-rw-r--r--testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h b/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h
index 882670b1d..901638a7f 100644
--- a/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h
+++ b/testhal/STM32/multi/SPI/cfg-stm32h743_nucleo144/portab.h
@@ -35,7 +35,7 @@
#define PORTAB_LED_ON PAL_HIGH
#define PORTAB_LINE_BUTTON LINE_BUTTON
#define PORTAB_BUTTON_PRESSED PAL_HIGH
-#define PORTAB_SPI1 SPID2
+#define PORTAB_SPI1 SPID1
/*===========================================================================*/
/* Module pre-compile time settings. */