Fix type declaration for ambientLightingThread and correct uint32_t usage in PacketHistory
This commit is contained in:
2 files changed
+3
-3
No files matched your search
+1
-1
@@ -245,7 +245,7 @@ const char *getDeviceName()
|
||||
uint32_t timeLastPowered = 0;
|
||||
|
||||
static OSThread *powerFSMthread;
|
||||
OSThread *ambientLightingThread;
|
||||
AmbientLightingThread *ambientLightingThread;
|
||||
|
||||
RadioLibHal *RadioLibHAL = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user