mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-26 04:33:07 +00:00
6 lines
132 B
C
6 lines
132 B
C
|
#pragma once
|
||
|
|
||
|
#include "base.h"
|
||
|
#define SUBGHZ_PROTOCOL_OREGON2_NAME "Oregon2"
|
||
|
extern const SubGhzProtocol subghz_protocol_oregon2;
|