1

static logger

This commit is contained in:
2022-07-23 00:20:44 +02:00
parent bd95c02a08
commit e143733b00
5 changed files with 11 additions and 12 deletions

View File

@ -29,6 +29,7 @@ Scheduler scheduler;
KeyEventManager kevman;
SerialOut serial;
Logger& logger = Logger::instance();
unsigned int total_mem; // RAM total
unsigned long systime = 0;