cpu/cortexm_common: fix typos
This commit is contained in:
parent
b01c6707a5
commit
84bf543d78
@ -97,7 +97,7 @@ bool cpu_check_address(volatile const char *address)
|
|||||||
is_valid = false;
|
is_valid = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reenable BusFault by clearing BFHFNMIGN */
|
/* Re-enable BusFault by clearing BFHFNMIGN */
|
||||||
SCB->CCR &= ~SCB_CCR_BFHFNMIGN_Msk;
|
SCB->CCR &= ~SCB_CCR_BFHFNMIGN_Msk;
|
||||||
__set_FAULTMASK(mask);
|
__set_FAULTMASK(mask);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user