aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC-minimal/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARM7-LPC214x-GCC-minimal/board.c')
-rw-r--r--demos/ARM7-LPC214x-GCC-minimal/board.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/board.c b/demos/ARM7-LPC214x-GCC-minimal/board.c
index 980626ab5..95732cfef 100644
--- a/demos/ARM7-LPC214x-GCC-minimal/board.c
+++ b/demos/ARM7-LPC214x-GCC-minimal/board.c
@@ -113,14 +113,7 @@ void hwinit0(void) {
/*
* I/O pins configuration.
*/
-// PINSEL0 = VAL_PINSEL0;
-// PINSEL1 = VAL_PINSEL1;
-// PINSEL2 = VAL_PINSEL2;
palInit(&config);
-// pal_lld_lpc214x_set_direction(IOPORT_A, VAL_FIO0DIR);
-// palWritePort(IOPORT_A, 0xFFFFFFFF);
-// pal_lld_lpc214x_set_direction(IOPORT_B, VAL_FIO1DIR);
-// palWritePort(IOPORT_B, 0xFFFFFFFF);
}
/*