mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-27 01:58:09 -07:00
Merge branch 'UNLEASHED' into 420
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
#define SUBGHZ_PROTOCOL_PRINCETON_NAME "Princeton"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct SubGhzProtocolDecoderPrinceton SubGhzProtocolDecoderPrinceton;
|
||||
typedef struct SubGhzProtocolEncoderPrinceton SubGhzProtocolEncoderPrinceton;
|
||||
|
||||
@@ -105,3 +109,7 @@ bool subghz_protocol_decoder_princeton_deserialize(void* context, FlipperFormat*
|
||||
* @param output Resulting text
|
||||
*/
|
||||
void subghz_protocol_decoder_princeton_get_string(void* context, FuriString* output);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user