mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 03:00:56 +00:00
make txQueue private
This commit is contained in:
@@ -59,7 +59,6 @@ class RadioInterface : protected NotifiedWorkerThread
|
||||
|
||||
protected:
|
||||
MeshPacket *sendingPacket = NULL; // The packet we are currently sending
|
||||
PointerQueue<MeshPacket> txQueue;
|
||||
uint32_t lastTxStart = 0L;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user