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