aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/chcore.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chcore.c')
-rw-r--r--demos/ARM7-LPC214x-GCC/chcore.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore.c b/demos/ARM7-LPC214x-GCC/chcore.c
index 5ee155eaa..128fb97aa 100644
--- a/demos/ARM7-LPC214x-GCC/chcore.c
+++ b/demos/ARM7-LPC214x-GCC/chcore.c
@@ -23,6 +23,7 @@
#include "vic.h"
#include "lpc214x_serial.h"
#include "lpc214x_ssp.h"
+#include "mmcsd.h"
#include "buzzer.h"
@@ -135,6 +136,7 @@ void hwinit(void) {
*/
InitSerial();
InitSSP();
+ InitMMC();
InitBuzzer();
}