make txQueue private

This commit is contained in:
geeksville
2020-06-09 15:47:05 -07:00
parent 846fc14b4a
commit a05e45f84b
3 changed files with 3 additions and 2 deletions

View File

@@ -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;
/**