mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 11:39:58 +02:00
[ion] Add a console facility
Change-Id: I34b406ae8589fdd2a5d6b826b34ac411359b58dc
This commit is contained in:
@@ -10,6 +10,7 @@ extern "C" {
|
||||
#include "battery.h"
|
||||
#include "sd_card.h"
|
||||
#include "backlight.h"
|
||||
#include "console.h"
|
||||
|
||||
#define USE_SD_CARD 0
|
||||
|
||||
@@ -85,6 +86,7 @@ void initPeripherals() {
|
||||
#if USE_SD_CARD
|
||||
SDCard::Device::init();
|
||||
#endif
|
||||
Console::Device::init();
|
||||
}
|
||||
|
||||
void shutdownPeripherals() {
|
||||
|
||||
Reference in New Issue
Block a user