mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
14 lines
168 B
C
14 lines
168 B
C
|
#pragma once
|
||
|
|
||
|
#include "registry.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern const SubGhzProtocolRegistry subghz_protocol_registry;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|