more semi colons >_<

This commit is contained in:
mverch67 2024-06-17 21:23:07 +02:00
parent 5e92136ed0
commit e822525ce5

View File

@ -106,14 +106,12 @@ AccelerometerThread *accelerometerThread = nullptr;
#ifdef HAS_I2S
#include "AudioThread.h"
AudioThread *audioThread = nullptr;
;
#endif
using namespace concurrency;
// We always create a screen object, but we only init it if we find the hardware
graphics::Screen *screen = nullptr;
;
// Global power status
meshtastic::PowerStatus *powerStatus = new meshtastic::PowerStatus();