SCB_DisableDCache rollback

This commit is contained in:
rusefi 2020-01-25 21:30:19 -05:00
parent af8383ae3a
commit 1817b8654e
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ void baseMCUInit(void) {
BOR_Set(BOR_Level_1); // one step above default value
SCB_DisableDCache();
// open question if we need this or not
// SCB_DisableDCache();
}
void _unhandled_exception(void) {