mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 06:58:39 +03:00
Variable rename
This commit is contained in:
10
misc.h
10
misc.h
@ -29,11 +29,11 @@
|
||||
|
||||
enum {
|
||||
MR_CHANNEL_FIRST = 0,
|
||||
MR_CHANNEL_LAST = 199U,
|
||||
FREQ_CHANNEL_FIRST = 200U,
|
||||
FREQ_CHANNEL_LAST = 206U,
|
||||
NOAA_CHANNEL_FIRST = 207U,
|
||||
NOAA_CHANNEL_LAST = 216U
|
||||
MR_CHANNEL_LAST = 199u,
|
||||
FREQ_CHANNEL_FIRST = 200u,
|
||||
FREQ_CHANNEL_LAST = 206u,
|
||||
NOAA_CHANNEL_FIRST = 207u,
|
||||
NOAA_CHANNEL_LAST = 216u
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user