mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
fix battery cal menu input
This commit is contained in:
@ -24,7 +24,8 @@
|
||||
extern char g_input_box[8];
|
||||
extern uint8_t g_input_box_index;
|
||||
|
||||
void INPUTBOX_Append(const key_code_t Digit);
|
||||
uint32_t INPUTBOX_value(void);
|
||||
void INPUTBOX_append(const key_code_t Digit);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user