mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Portduino WIP now compiles but does not link
This commit is contained in:
@@ -53,7 +53,7 @@ template <class T> class TypedQueue
|
||||
public:
|
||||
TypedQueue(int maxElements) {}
|
||||
|
||||
// int numFree() { return uxQueueSpacesAvailable(h); }
|
||||
int numFree() { return 1; } // Always claim 1 free, because we can grow to any size
|
||||
|
||||
bool isEmpty() { return q.empty(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user