diff options
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
|