diff options
Diffstat (limited to 'boards/GENERIC_SPC560P/board.c')
-rw-r--r-- | boards/GENERIC_SPC560P/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
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
|