Fix typo in subghz (#1467)

* fix typo across subghz

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
This commit is contained in:
MX
2022-07-31 02:34:38 +03:00
committed by GitHub
parent 4c39dcbe0c
commit 712a48b5db
63 changed files with 107 additions and 105 deletions

View File

@@ -49,7 +49,7 @@ struct SubGhzTxRx {
SubGhzProtocolDecoderBase* decoder_result;
FlipperFormat* fff_data;
SubGhzPesetDefinition* preset;
SubGhzPresetDefinition* preset;
SubGhzHistory* history;
uint16_t idx_menu_chosen;
SubGhzTxRxState txrx_state;