mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-18 19:01:47 +03:00
Fix merge issue
This commit is contained in:
parent
0dccbe28bb
commit
d6d7a5ece2
@ -563,8 +563,9 @@ void furi_hal_subghz_start_async_rx(FuriHalSubGhzCaptureCallback callback, void*
|
|||||||
// Switch to RX
|
// Switch to RX
|
||||||
furi_hal_subghz_rx();
|
furi_hal_subghz_rx();
|
||||||
|
|
||||||
//Clear the variable after the end of the session
|
// Not used with current implementation
|
||||||
furi_hal_subghz_capture_delta_duration = 0;
|
// Clear the variable after the end of the session
|
||||||
|
//furi_hal_subghz_capture_delta_duration = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void furi_hal_subghz_stop_async_rx() {
|
void furi_hal_subghz_stop_async_rx() {
|
||||||
|
Loading…
Reference in New Issue
Block a user