mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-01 00:39:12 +00:00
6 lines
203 B
C
6 lines
203 B
C
|
#pragma once
|
||
|
#include "../subghz_i.h"
|
||
|
|
||
|
extern const uint32_t subghz_frequencies_testing[];
|
||
|
extern const uint32_t subghz_frequencies_count_testing;
|
||
|
extern const uint32_t subghz_frequencies_433_92_testing;
|