Skip to content

Commit bdf161a

Browse files
committed
drivers: intc_dw: fixed misnumbered value of reserved slots in structure
The number of unused elements should be 199, not 99. mistyped in previous commit. Signed-off-by: Anas Nashif <[email protected]>
1 parent 5f8983f commit bdf161a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/interrupt_controller/intc_dw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct dw_ictl_registers {
8080
uint32_t irq_plevel; /* offset d8 */
8181
uint32_t Reserved18; /* offset dc */
8282
uint32_t APB_ICTL_COMP_VERSION; /* offset e0 */
83-
uint32_t Reserved19[99];
83+
uint32_t Reserved19[199];
8484
};
8585

8686
#ifdef __cplusplus

0 commit comments

Comments
 (0)