mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 16:42:17 +00:00
Clear application message queue after baseband is shut down.
This commit is contained in:
@@ -74,6 +74,10 @@ public:
|
||||
return fifo.is_empty();
|
||||
}
|
||||
|
||||
void reset() {
|
||||
fifo.reset();
|
||||
}
|
||||
|
||||
private:
|
||||
FIFO<uint8_t> fifo;
|
||||
Mutex mutex_write;
|
||||
|
||||
Reference in New Issue
Block a user