Cleanup warnings
This commit is contained in:
@ -115,7 +115,7 @@ void NVIC_SCBDeInit(void)
|
||||
SCB->SCR = 0x00000000;
|
||||
SCB->CCR = 0x00000000;
|
||||
|
||||
for (tmp = 0; tmp < 32; tmp++) {
|
||||
for (tmp = 0; tmp < (sizeof(SCB->SHP) / sizeof(SCB->SHP[0])); tmp++) {
|
||||
SCB->SHP[tmp] = 0x00;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user