mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
minor changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user