aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-01 09:18:49 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-01 09:18:49 +0000
commitccfdb3569b6570a3767585db5cd390562bd74e64 (patch)
tree21f99bcf30322ff21a9be64d73256f9cf52dbfbe /demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h
parent363809df20139d147d4ab85ae906f36582b416a7 (diff)
downloadChibiOS-ccfdb3569b6570a3767585db5cd390562bd74e64.tar.gz
ChibiOS-ccfdb3569b6570a3767585db5cd390562bd74e64.tar.bz2
ChibiOS-ccfdb3569b6570a3767585db5cd390562bd74e64.zip
Few adjustments, moved some details from main.c to portab.c.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11094 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h')
-rw-r--r--demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h b/demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h
index 4322cedd1..a9ba34d7c 100644
--- a/demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h
+++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB/cfg-stm32f107_goldbull/portab.h
@@ -55,6 +55,9 @@
/* External declarations. */
/*===========================================================================*/
+extern const MMCConfig portab_mmccfg;
+extern MMCDriver MMCD1;
+
#ifdef __cplusplus
extern "C" {
#endif