aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-13 08:00:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-13 08:00:47 +0000
commitc7670cd5c5841b5150397aeefb8597a32f7c6f30 (patch)
treee278704f89594cd9e7cd7143c0c677d6026eba5c /boards
parenta0a409d12d32c5e12f2f6e27e6972e2f71f447e3 (diff)
downloadChibiOS-c7670cd5c5841b5150397aeefb8597a32f7c6f30.tar.gz
ChibiOS-c7670cd5c5841b5150397aeefb8597a32f7c6f30.tar.bz2
ChibiOS-c7670cd5c5841b5150397aeefb8597a32f7c6f30.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5173 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r--boards/GENERIC_SPC56EL/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/GENERIC_SPC56EL/board.c b/boards/GENERIC_SPC56EL/board.c
index d3595528f..8de20d048 100644
--- a/boards/GENERIC_SPC56EL/board.c
+++ b/boards/GENERIC_SPC56EL/board.c
@@ -35,7 +35,7 @@ static const spc_siu_init_t spc_siu_init[] = {
static const uint8_t spc_padsels_init[SPC5_SIUL_NUM_PADSELS] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
- 0, 0, 0, 0
+ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
};
/**