[ion/f730] WIP: init ExternalFlash in initPeripherals()

This commit is contained in:
Ruben Dashyan
2019-01-11 12:24:18 +01:00
committed by Romain Goyet
parent 546bddfcf4
commit d3adefc243

View File

@@ -211,6 +211,7 @@ void initPeripherals() {
LED::Device::init();
Battery::Device::init();
USB::Device::init();
ExternalFlash::Device::init();
return; // FIXME, obviously!
#if USE_SD_CARD
SDCard::Device::init();
@@ -218,7 +219,6 @@ void initPeripherals() {
Console::Device::init();
SWD::Device::init();
initSysTick();
ExternalFlash::Device::init();
}
void shutdownPeripherals(bool keepLEDAwake) {