mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-16 04:43:28 +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