Fix type declaration for ambientLightingThread and correct uint32_t usage in PacketHistory

This commit is contained in:
Ben Meadors
2026-05-12 21:45:16 -05:00
parent eead467ce6
commit 29a61dc75c
2 files changed
+3 -3

No files matched your search

+1 -1
View File
@@ -245,7 +245,7 @@ const char *getDeviceName()
uint32_t timeLastPowered = 0;
static OSThread *powerFSMthread;
OSThread *ambientLightingThread;
AmbientLightingThread *ambientLightingThread;
RadioLibHal *RadioLibHAL = NULL;