aboutsummaryrefslogtreecommitdiffstats
path: root/boards/EA_LPCXPRESSO_BB_1343/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'boards/EA_LPCXPRESSO_BB_1343/board.h')
-rw-r--r--boards/EA_LPCXPRESSO_BB_1343/board.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/boards/EA_LPCXPRESSO_BB_1343/board.h b/boards/EA_LPCXPRESSO_BB_1343/board.h
index 2375e8f64..dfcb1f3f9 100644
--- a/boards/EA_LPCXPRESSO_BB_1343/board.h
+++ b/boards/EA_LPCXPRESSO_BB_1343/board.h
@@ -81,12 +81,14 @@
#define GPIO1_LED3G 10
#define GPIO1_SPI0SEL 11
+#if !defined(_FROM_ASM_)
#ifdef __cplusplus
extern "C" {
#endif
- void hwinit(void);
+ void boardInit(void);
#ifdef __cplusplus
}
#endif
+#endif /* _FROM_ASM_ */
#endif /* _BOARD_H_ */