aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/ARM7-AT91SAM7X-WEB-GCC/board.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/board.c b/demos/ARM7-AT91SAM7X-WEB-GCC/board.c
index 8c483f1f0..0d2fd0996 100644
--- a/demos/ARM7-AT91SAM7X-WEB-GCC/board.c
+++ b/demos/ARM7-AT91SAM7X-WEB-GCC/board.c
@@ -165,4 +165,9 @@ void hwinit1(void) {
* EMAC driver initialization.
*/
InitEMAC(AT91C_AIC_PRIOR_HIGHEST - 3);
+
+ /*
+ * ChibiOS/RT initialization.
+ */
+ chSysInit();
}