aboutsummaryrefslogtreecommitdiffstats
path: root/boards/RAISONANCE_REVA_STM8S/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 12:50:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 12:50:56 +0000
commit675adde160fba196043bb471ae36a222238db49e (patch)
tree20a09aa8dc7d904e18b8663ddcd40da667fab95e /boards/RAISONANCE_REVA_STM8S/board.h
parent7c1828c96c3b05cba909d6051d112725f2310d66 (diff)
downloadChibiOS-675adde160fba196043bb471ae36a222238db49e.tar.gz
ChibiOS-675adde160fba196043bb471ae36a222238db49e.tar.bz2
ChibiOS-675adde160fba196043bb471ae36a222238db49e.zip
STM8 board files and demos updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2509 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/RAISONANCE_REVA_STM8S/board.h')
-rw-r--r--boards/RAISONANCE_REVA_STM8S/board.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/boards/RAISONANCE_REVA_STM8S/board.h b/boards/RAISONANCE_REVA_STM8S/board.h
index 5434bd655..a3a508f5a 100644
--- a/boards/RAISONANCE_REVA_STM8S/board.h
+++ b/boards/RAISONANCE_REVA_STM8S/board.h
@@ -174,12 +174,14 @@
#define VAL_GPIOICR1 0xFF /* All pull-up. */
#define VAL_GPIOICR2 0
+#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {
#endif
- void hwinit(void);
+ void boardInit(void);
#ifdef __cplusplus
}
#endif
+#endif /* _FROM_ASM_ */
#endif /* _BOARD_H_ */