mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-16 02:05:32 +00:00
more semi colons >_<
This commit is contained in:
parent
5e92136ed0
commit
e822525ce5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user