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

@@ -43,13 +43,13 @@ bool subghz_protocol_decoder_base_get_string(
* Serialize data SubGhzProtocolDecoderBase.
* @param decoder_base Pointer to a SubGhzProtocolDecoderBase instance
* @param flipper_format Pointer to a FlipperFormat instance
* @param preset The modulation on which the signal was received, SubGhzPesetDefinition
* @param preset The modulation on which the signal was received, SubGhzPresetDefinition
* @return true On success
*/
bool subghz_protocol_decoder_base_serialize(
SubGhzProtocolDecoderBase* decoder_base,
FlipperFormat* flipper_format,
SubGhzPesetDefinition* preset);
SubGhzPresetDefinition* preset);
/**
* Deserialize data SubGhzProtocolDecoderBase.