aboutsummaryrefslogtreecommitdiffstats
path: root/boards/GENERIC_SPC563M/board.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-17 13:55:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-17 13:55:13 +0000
commit39d336fc7391d2c759ea112563f2f29a96f87e49 (patch)
treec8fa2968ba5097ce71ba85eaac7fa23edf300957 /boards/GENERIC_SPC563M/board.c
parentf352e218417b74c6ccf49ff62b8bfc4fa716c0cd (diff)
downloadChibiOS-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/GENERIC_SPC563M/board.c')
-rw-r--r--boards/GENERIC_SPC563M/board.c15
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
}