diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-21 09:32:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-21 09:32:58 +0000 |
commit | 89cd6853e753c32903a9a6d48e3fe26be8999f97 (patch) | |
tree | e14379985a15e41677518e35b77d9f83484471ed /demos/ARM7-LPC214x-G++/board.c | |
parent | eea9d6ba8ee39a2ff814412f06a66288be39d709 (diff) | |
download | ChibiOS-89cd6853e753c32903a9a6d48e3fe26be8999f97.tar.gz ChibiOS-89cd6853e753c32903a9a6d48e3fe26be8999f97.tar.bz2 ChibiOS-89cd6853e753c32903a9a6d48e3fe26be8999f97.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1095 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++/board.c')
-rw-r--r-- | demos/ARM7-LPC214x-G++/board.c | 6 |
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();
|