Flipper Zero Firmware
Loading...
Searching...
No Matches
subghz_protocol_registry.h
1#pragma once
2
3#include "registry.h"
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9extern const SubGhzProtocolRegistry subghz_protocol_registry;
10
12
13#ifdef __cplusplus
14}
15#endif
Definition bin_raw.c:68
Definition registry.h:14