unleashed-firmware/applications/drivers/subghz/cc1101_ext/cc1101_ext_interconnect.h
2023-06-18 16:44:45 +03:00

9 lines
230 B
C

#pragma once
#include <lib/subghz/devices/types.h>
#define SUBGHZ_DEVICE_CC1101_EXT_NAME "cc1101_ext"
typedef struct SubGhzDeviceCC1101Ext SubGhzDeviceCC1101Ext;
const FlipperAppPluginDescriptor* subghz_device_cc1101_ext_ep();