aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h')
-rw-r--r--testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h
index 25f3c4d4c..6985d659d 100644
--- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h
+++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.h
@@ -38,6 +38,7 @@
#define PORTAB_BUTTON_PRESSED PAL_HIGH
#define PORTAB_SD1 SD2
+#define PORTAB_WSPI1 WSPID1
/*===========================================================================*/
/* Module pre-compile time settings. */
@@ -59,6 +60,8 @@
/* External declarations. */
/*===========================================================================*/
+extern const WSPIConfig WSPIcfg1;
+
#ifdef __cplusplus
extern "C" {
#endif