aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-G++/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-G++/board.c')
-rw-r--r--demos/ARM7-LPC214x-G++/board.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARM7-LPC214x-G++/board.c b/demos/ARM7-LPC214x-G++/board.c
index 68b060dbd..eba3f59e3 100644
--- a/demos/ARM7-LPC214x-G++/board.c
+++ b/demos/ARM7-LPC214x-G++/board.c
@@ -19,11 +19,11 @@
#include <ch.h>
#include <pal.h>
+#include <serial.h>
#include "lpc214x.h"
#include "vic.h"
-#include "lpc214x_serial.h"
-#include "lpc214x_ssp.h"
+//#include "lpc214x_ssp.h"
#include "board.h"
//#include "mmcsd.h"
@@ -144,7 +144,7 @@ void hwinit1(void) {
/*
* Other subsystems.
*/
- serial_init(1, 2);
+ sdInit();
// ssp_init();
// InitMMC();
// InitBuzzer();