mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-02 18:13:33 -07:00
7 lines
125 B
C
7 lines
125 B
C
#pragma once
|
|
|
|
#include "base.h"
|
|
|
|
#define SUBGHZ_PROTOCOL_POCSAG "POCSAG"
|
|
|
|
extern const SubGhzProtocol subghz_protocol_pocsag; |