mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
16 lines
241 B
C
16 lines
241 B
C
#pragma once
|
|
|
|
#include "registry.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const SubGhzProtocolRegistry subghz_protocol_registry;
|
|
|
|
typedef struct SubGhzProtocolDecoderBinRAW SubGhzProtocolDecoderBinRAW;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|