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:
authorSkorpionm <85568270+Skorpionm@users.noreply.github.com>2022-03-16 12:18:48 +0300
committerGitHub <noreply@github.com>2022-03-16 12:18:48 +0300
commit94ba7d104cb4037d79cb26b26ea6354f2ef01ba5 (patch)
treefa10f989be8d63c1063d8cfc42ff7fb1556c4359 /applications/subghz/subghz.c
parent28888b0a2206596de0b13397fd24baada9e40f53 (diff)
SubGhz: refactoring add descriptions (#1012)
* SubGhz: add descriptions * SubGhz: fix syntax Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications/subghz/subghz.c')
-rw-r--r--applications/subghz/subghz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/subghz/subghz.c b/applications/subghz/subghz.c
index c4324e7f..7a140685 100644
--- a/applications/subghz/subghz.c
+++ b/applications/subghz/subghz.c
@@ -177,7 +177,7 @@ SubGhz* subghz_alloc() {
subghz->txrx->environment, "/ext/subghz/assets/came_atomo");
subghz_environment_set_nice_flor_s_rainbow_table_file_name(
subghz->txrx->environment, "/ext/subghz/assets/nice_flor_s");
- subghz->txrx->receiver = subghz_receiver_alloc(subghz->txrx->environment);
+ subghz->txrx->receiver = subghz_receiver_alloc_init(subghz->txrx->environment);
subghz_receiver_set_filter(subghz->txrx->receiver, SubGhzProtocolFlag_Decodable);
subghz_worker_set_overrun_callback(