Explorar el Código

Remove extra rx_stop call

Derek Jamison hace 1 año
padre
commit
3b05028cb9
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      infrared_controller.c

+ 0 - 3
infrared_controller.c

@@ -104,9 +104,6 @@ void infrared_controller_free(InfraredController* controller) {
     FURI_LOG_I(TAG, "Freeing InfraredController");
 
     if(controller) {
-        FURI_LOG_I(TAG, "Stopping InfraredWorker RX");
-        infrared_worker_rx_stop(controller->worker);
-
         FURI_LOG_I(TAG, "Freeing InfraredWorker and InfraredSignal");
         infrared_worker_free(controller->worker);
         infrared_signal_free(controller->signal);