aboutsummaryrefslogtreecommitdiffstats
path: root/boards/GENERIC_SPC560P
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-27 15:26:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-27 15:26:20 +0000
commit798f17d3f274dcc7a7a165db05556eac6da48bb3 (patch)
tree4c4a955dd178582b9c36124e8c1e20fbbadcd0f3 /boards/GENERIC_SPC560P
parent6f0d2fed0a48227d878114093b1fce64294c1f5c (diff)
downloadChibiOS-798f17d3f274dcc7a7a165db05556eac6da48bb3.tar.gz
ChibiOS-798f17d3f274dcc7a7a165db05556eac6da48bb3.tar.bz2
ChibiOS-798f17d3f274dcc7a7a165db05556eac6da48bb3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4717 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/GENERIC_SPC560P')
-rw-r--r--boards/GENERIC_SPC560P/board.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/boards/GENERIC_SPC560P/board.c b/boards/GENERIC_SPC560P/board.c
index e6b1abf9c..84eec2035 100644
--- a/boards/GENERIC_SPC560P/board.c
+++ b/boards/GENERIC_SPC560P/board.c
@@ -68,19 +68,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
}