mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-09 14:42:35 +02: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
|