unleashed-firmware/lib/subghz/devices/device_registry.h
2023-06-18 20:25:16 +03:00

13 lines
164 B
C

#pragma once
#include "registry.h"
#ifdef __cplusplus
extern "C" {
#endif
extern const SubGhzDeviceRegistry subghz_device_registry;
#ifdef __cplusplus
}
#endif