mbed library sources
Fork of mbed-src by
Revision 636:cb7d56e6ff53, committed 2015-10-27
- Comitter:
- marcusC
- Date:
- Tue Oct 27 07:54:54 2015 +0000
- Parent:
- 635:a11c0372f0ba
- Commit message:
- Changed for DELTA_DFCM_NNN40; Do not initialize flash at mbed_sdk_init()
Changed in this revision
targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c | Show annotated file Show diff for this revision Revisions of this file |
diff -r a11c0372f0ba -r cb7d56e6ff53 targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c --- a/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c Wed Sep 30 17:00:09 2015 +0100 +++ b/targets/hal/TARGET_NORDIC/TARGET_MCU_NRF51822/TARGET_DELTA_DFCM_NNN40/mbed_overrides.c Tue Oct 27 07:54:54 2015 +0000 @@ -114,10 +114,12 @@ while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0) {// Do nothing. } - - flash_init(); - - //nrf_delay_ms(10); - flash_powerDown(); + +/* No init flash in this version, 2015/10/27 */ +// flash_init(); +// +// //nrf_delay_ms(10); +// flash_powerDown(); +/* No init flash in this version, 2015/10/27 */ }