diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-17 13:55:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-17 13:55:13 +0000 |
commit | 39d336fc7391d2c759ea112563f2f29a96f87e49 (patch) | |
tree | c8fa2968ba5097ce71ba85eaac7fa23edf300957 /boards | |
parent | f352e218417b74c6ccf49ff62b8bfc4fa716c0cd (diff) | |
download | ChibiOS-39d336fc7391d2c759ea112563f2f29a96f87e49.tar.gz ChibiOS-39d336fc7391d2c759ea112563f2f29a96f87e49.tar.bz2 ChibiOS-39d336fc7391d2c759ea112563f2f29a96f87e49.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4944 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/GENERIC_SPC563M/board.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/boards/GENERIC_SPC563M/board.c b/boards/GENERIC_SPC563M/board.c index 01b5371e1..fe9c88a8c 100644 --- a/boards/GENERIC_SPC563M/board.c +++ b/boards/GENERIC_SPC563M/board.c @@ -54,19 +54,4 @@ void __early_init(void) { */
void boardInit(void) {
-#if 0
- /*
- * Various initialization (temporary code).
- */
- SIU.PCR[GPIO_LED1].R = 0x0300; /* OBE | IBE. */
- SIU.PCR[GPIO_LED2].R = 0x0300; /* OBE | IBE. */
- SIU.PCR[GPIO_LED3].R = 0x0300; /* OBE | IBE. */
- SIU.PCR[GPIO_LED4].R = 0x0300; /* OBE | IBE. */
- SIU.PCR[GPIO_BUTTON1].R = 0x0100; /* IBE. */
- SIU.PCR[GPIO_BUTTON2].R = 0x0100; /* IBE. */
- SIU.PCR[GPIO_BUTTON3].R = 0x0100; /* IBE. */
- SIU.PCR[GPIO_BUTTON4].R = 0x0100; /* IBE. */
- SIU.PCR[GPIO_SCI_A_TX].R = 0x0500; /* Primary | IBE. */
- SIU.PCR[GPIO_SCI_A_RX].R = 0x0500; /* Primary | IBE. */
-#endif
}
|