0
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:
OneOfEleven
2023-11-02 22:39:50 +00:00
parent 98a4cd9483
commit 8dfcbedf0b
7 changed files with 36 additions and 24 deletions

View File

@ -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;