Merge pull request #10933 from tymoteuszblochmobica/chache

Nordic NRF52832 cache ON
pull/10976/head
Martin Kojtal 2019-07-05 10:09:59 +01:00 committed by GitHub
commit b47064ae65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ void SystemInit(void)
while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0) { while (NRF_CLOCK->EVENTS_LFCLKSTARTED == 0) {
// Do nothing. // Do nothing.
} }
NRF_NVMC->ICACHECNF=0x01;
/** /**
* Mbed HAL specific code section. * Mbed HAL specific code section.
* *