diff --git a/firmware/baseband/main.cpp b/firmware/baseband/main.cpp index 2fa72999b..e99a0f34d 100755 --- a/firmware/baseband/main.cpp +++ b/firmware/baseband/main.cpp @@ -100,6 +100,8 @@ static void shutdown() { ShutdownMessage shutdown_message; shared_memory.application_queue.push(shutdown_message); + shared_memory.baseband_message = nullptr; + halt(); }