mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Added AIRCOPY frequency value variable
This commit is contained in:
@ -19,11 +19,15 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "frequencies.h"
|
||||
|
||||
typedef struct {
|
||||
const uint32_t lower;
|
||||
const uint32_t upper;
|
||||
} freq_band_table_t;
|
||||
|
||||
extern const uint32_t g_air_copy_freq;
|
||||
|
||||
extern const freq_band_table_t BX4819_band1;
|
||||
extern const freq_band_table_t BX4819_band2;
|
||||
|
||||
|
Reference in New Issue
Block a user