mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 09:40:07 +01:00
[ion/f730] WIP: init ExternalFlash in initPeripherals()
This commit is contained in:
committed by
Romain Goyet
parent
546bddfcf4
commit
d3adefc243
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user