Save 116 bytes

This commit is contained in:
Armel FAUVEAU
2024-04-01 06:53:30 +02:00
parent 53283d7798
commit cf9594a99f
6 changed files with 181 additions and 201 deletions

View File

@@ -25,7 +25,6 @@
typedef struct {
const char name[7]; // menu display area only has room for 6 characters
VOICE_ID_t voice_id;
uint8_t menu_id;
} t_menu_item;