mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04: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;
|