aboutsummaryrefslogtreecommitdiffstats
path: root/boards/ST_STM32VL_DISCOVERY/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 09:13:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 09:13:54 +0000
commit7d7d9727f9a280d63157ac9997fe271610f05b1e (patch)
treefe51a6af796f2d0976025db4b68d553875bf0994 /boards/ST_STM32VL_DISCOVERY/board.h
parent3b378d2b9b86bc4242873982a9222e3abcbfaead (diff)
downloadChibiOS-7d7d9727f9a280d63157ac9997fe271610f05b1e.tar.gz
ChibiOS-7d7d9727f9a280d63157ac9997fe271610f05b1e.tar.bz2
ChibiOS-7d7d9727f9a280d63157ac9997fe271610f05b1e.zip
STM32 board files and demos now use the new organization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2497 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32VL_DISCOVERY/board.h')
-rw-r--r--boards/ST_STM32VL_DISCOVERY/board.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/boards/ST_STM32VL_DISCOVERY/board.h b/boards/ST_STM32VL_DISCOVERY/board.h
index 7dc2e77e2..4b16fc43a 100644
--- a/boards/ST_STM32VL_DISCOVERY/board.h
+++ b/boards/ST_STM32VL_DISCOVERY/board.h
@@ -133,4 +133,14 @@
#define VAL_GPIOECRH 0x88888888 /* PE15...PE8 */
#define VAL_GPIOEODR 0xFFFFFFFF
+#if !defined(_FROM_ASM_)
+#ifdef __cplusplus
+extern "C" {
+#endif
+ void boardInit(void);
+#ifdef __cplusplus
+}
+#endif
+#endif /* _FROM_ASM_ */
+
#endif /* _BOARD_H_ */