diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-12 09:41:58 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-12 09:41:58 +0000 |
commit | 78e38625943412e0849142b757ced4aa99b9d7d9 (patch) | |
tree | 47153a2a6f492b7f1ec72a33fe58e2ae9d6c8b5a /boards | |
parent | 51fa1d384723312a722be181242d96f704be4398 (diff) | |
download | ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.tar.gz ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.tar.bz2 ChibiOS-78e38625943412e0849142b757ced4aa99b9d7d9.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4905 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/GENERIC_SPC560BC/board.c | 2 | ||||
-rw-r--r-- | boards/GENERIC_SPC560P/board.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/GENERIC_SPC560BC/board.c b/boards/GENERIC_SPC560BC/board.c index 0830128b3..bfe1d14f1 100644 --- a/boards/GENERIC_SPC560BC/board.c +++ b/boards/GENERIC_SPC560BC/board.c @@ -32,7 +32,7 @@ static const spc_siu_init_t spc_siu_init[] = { };
/* Initialization array for the PSMI registers.*/
-static const uint8_t spc_padsels_init[SPC5_SIU_NUM_PADSELS] = {
+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
};
diff --git a/boards/GENERIC_SPC560P/board.c b/boards/GENERIC_SPC560P/board.c index db9915533..2418cb941 100644 --- a/boards/GENERIC_SPC560P/board.c +++ b/boards/GENERIC_SPC560P/board.c @@ -32,7 +32,7 @@ static const spc_siu_init_t spc_siu_init[] = { };
/* Initialization array for the PSMI registers.*/
-static const uint8_t spc_padsels_init[SPC5_SIU_NUM_PADSELS] = {
+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
|