From 7d7d9727f9a280d63157ac9997fe271610f05b1e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 19 Dec 2010 09:13:54 +0000 Subject: 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 --- boards/ST_STM3210C_EVAL/board.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'boards/ST_STM3210C_EVAL/board.h') diff --git a/boards/ST_STM3210C_EVAL/board.h b/boards/ST_STM3210C_EVAL/board.h index 30bb6cb94..b8833ac9f 100644 --- a/boards/ST_STM3210C_EVAL/board.h +++ b/boards/ST_STM3210C_EVAL/board.h @@ -113,4 +113,14 @@ #define VAL_GPIOECRH 0x44444444 /* 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_ */ -- cgit v1.2.3