mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
fix channel name bug
This commit is contained in:
@ -530,7 +530,10 @@ typedef struct vfo_info_t
|
||||
|
||||
t_channel_attrib channel_attributes;
|
||||
|
||||
char channel_name[16];
|
||||
struct {
|
||||
char name[10];
|
||||
uint8_t unused[6];
|
||||
} channel_name;
|
||||
|
||||
uint16_t step_freq;
|
||||
|
||||
|
Reference in New Issue
Block a user