mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 23:00:45 +01:00
[ion/device] Clean the external flash init code
This commit is contained in:
@@ -15,6 +15,7 @@ extern "C" {
|
||||
#include "usb.h"
|
||||
#include "bench/bench.h"
|
||||
#include "base64.h"
|
||||
#include "external_flash.h"
|
||||
|
||||
#define USE_SD_CARD 0
|
||||
|
||||
@@ -187,6 +188,7 @@ void initPeripherals() {
|
||||
Console::Device::init();
|
||||
SWD::Device::init();
|
||||
initSysTick();
|
||||
ExternalFlash::Device::init();
|
||||
}
|
||||
|
||||
void shutdownPeripherals(bool keepLEDAwake) {
|
||||
|
||||
Reference in New Issue
Block a user