cpu/cortexm_common: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:13:52 +02:00
parent b01c6707a5
commit 84bf543d78

View File

@ -97,7 +97,7 @@ bool cpu_check_address(volatile const char *address)
is_valid = false;
}
/* Reenable BusFault by clearing BFHFNMIGN */
/* Re-enable BusFault by clearing BFHFNMIGN */
SCB->CCR &= ~SCB_CCR_BFHFNMIGN_Msk;
__set_FAULTMASK(mask);