1

remove logger from globals, use static

This commit is contained in:
2022-07-24 16:55:09 +02:00
parent 0d109727ac
commit 18e0a666c8
3 changed files with 1 additions and 3 deletions

View File

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