Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'applications/infrared/scenes/infrared_scene_debug.c')
-rw-r--r--applications/infrared/scenes/infrared_scene_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/infrared/scenes/infrared_scene_debug.c b/applications/infrared/scenes/infrared_scene_debug.c
index ddb85644..dd0609b5 100644
--- a/applications/infrared/scenes/infrared_scene_debug.c
+++ b/applications/infrared/scenes/infrared_scene_debug.c
@@ -65,4 +65,5 @@ void infrared_scene_debug_on_exit(void* context) {
InfraredWorker* worker = infrared->worker;
infrared_worker_rx_stop(worker);
infrared_worker_rx_enable_blink_on_receiving(worker, false);
+ infrared_worker_rx_set_received_signal_callback(worker, NULL, NULL);
}