This commit is contained in:
Eng1n33r
2022-07-27 15:58:32 +03:00
parent 40c3835977
commit b6ab686a34
63 changed files with 114 additions and 114 deletions

View File

@@ -83,13 +83,13 @@ uint8_t subghz_protocol_decoder_chamb_code_get_hash_data(void* context);
* Serialize data SubGhzProtocolDecoderChamb_Code.
* @param context Pointer to a SubGhzProtocolDecoderChamb_Code 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_chamb_code_serialize(
void* context,
FlipperFormat* flipper_format,
SubGhzPesetDefinition* preset);
SubGhzPresetDefinition* preset);
/**
* Deserialize data SubGhzProtocolDecoderChamb_Code.