mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 09:13:11 +00:00
9 lines
201 B
C
9 lines
201 B
C
|
#pragma once
|
||
|
#include "../types.h"
|
||
|
|
||
|
#define SUBGHZ_DEVICE_CC1101_INT_NAME "cc1101_int"
|
||
|
|
||
|
typedef struct SubGhzDeviceCC1101Int SubGhzDeviceCC1101Int;
|
||
|
|
||
|
extern const SubGhzDevice subghz_device_cc1101_int;
|