mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-25 01:38:11 -07:00
Unit tests
This commit is contained in:
@@ -376,7 +376,7 @@ const SubGhzProtocolDecoder subghz_protocol_pocsag_decoder = {
|
||||
};
|
||||
|
||||
const SubGhzProtocol subghz_protocol_pocsag = {
|
||||
.name = SUBGHZ_PROTOCOL_POCSAG,
|
||||
.name = SUBGHZ_PROTOCOL_POCSAG_NAME,
|
||||
.type = SubGhzProtocolTypeStatic,
|
||||
.flag = SubGhzProtocolFlag_FM | SubGhzProtocolFlag_Decodable | SubGhzProtocolFlag_Save | SubGhzProtocolFlag_Load,
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
#include "base.h"
|
||||
|
||||
#define SUBGHZ_PROTOCOL_POCSAG "POCSAG"
|
||||
#define SUBGHZ_PROTOCOL_POCSAG_NAME "POCSAG"
|
||||
|
||||
extern const SubGhzProtocol subghz_protocol_pocsag;
|
||||
Reference in New Issue
Block a user