mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Band edges updated
This commit is contained in:
@ -26,7 +26,7 @@ enum frequency_band_e {
|
||||
BAND_NONE = -1,
|
||||
BAND1_50MHz = 0,
|
||||
BAND2_108MHz,
|
||||
BAND3_136MHz,
|
||||
BAND3_137MHz,
|
||||
BAND4_174MHz,
|
||||
BAND5_350MHz,
|
||||
BAND6_400MHz,
|
||||
@ -41,6 +41,8 @@ typedef struct {
|
||||
|
||||
extern uint32_t g_aircopy_freq;
|
||||
|
||||
extern const freq_band_table_t AIR_BAND;
|
||||
|
||||
extern const freq_band_table_t FM_RADIO_BAND;
|
||||
|
||||
extern const freq_band_table_t BX4819_BAND1;
|
||||
|
Reference in New Issue
Block a user