diff --git a/firmware/targets/f7/furi_hal/furi_hal_subghz.c b/firmware/targets/f7/furi_hal/furi_hal_subghz.c index 2424cd01e..28f840282 100644 --- a/firmware/targets/f7/furi_hal/furi_hal_subghz.c +++ b/firmware/targets/f7/furi_hal/furi_hal_subghz.c @@ -563,8 +563,9 @@ void furi_hal_subghz_start_async_rx(FuriHalSubGhzCaptureCallback callback, void* // Switch to RX furi_hal_subghz_rx(); - //Clear the variable after the end of the session - furi_hal_subghz_capture_delta_duration = 0; + // Not used with current implementation + // Clear the variable after the end of the session + //furi_hal_subghz_capture_delta_duration = 0; } void furi_hal_subghz_stop_async_rx() {