mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-26 22:40:25 +00:00
minor changes
This commit is contained in:
parent
0139891d64
commit
6d86629e9a
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ bool subghz_frequency_analyzer_input(InputEvent* event, void* context) {
|
|||
} else if(event->key == InputKeyOk) {
|
||||
need_redraw = true;
|
||||
bool updated = false;
|
||||
uint32_t frequency_to_save;
|
||||
uint32_t frequency_to_save = 0;
|
||||
with_view_model(
|
||||
instance->view,
|
||||
SubGhzFrequencyAnalyzerModel * model,
|
||||
|
|
Loading…
Reference in a new issue