mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 01:56:50 +00:00
Clear application message queue after baseband is shut down.
This commit is contained in:
@@ -115,6 +115,8 @@ void shutdown() {
|
||||
ShutdownMessage message;
|
||||
send_message(&message);
|
||||
|
||||
shared_memory.application_queue.reset();
|
||||
|
||||
baseband_image_running = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user