mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-14 12:42:19 -04:00
Clear application message queue after baseband is shut down.
This commit is contained in:
parent
30efa53956
commit
57293bc5eb
2 changed files with 6 additions and 0 deletions
|
@ -115,6 +115,8 @@ void shutdown() {
|
|||
ShutdownMessage message;
|
||||
send_message(&message);
|
||||
|
||||
shared_memory.application_queue.reset();
|
||||
|
||||
baseband_image_running = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue