0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 23:18:39 +03:00

fix unable to enter freq/chan

This commit is contained in:
OneOfEleven
2023-11-05 10:48:37 +00:00
parent 359fa3bf47
commit 4bc506a0f7
9 changed files with 111 additions and 91 deletions

View File

@ -17,8 +17,8 @@
#include "misc.h"
#include "ui/inputbox.h"
char g_input_box[8];
uint8_t g_input_box_index;
unsigned int g_input_box_index;
char g_input_box[8];
uint32_t INPUTBOX_value(void)
{
@ -56,4 +56,3 @@ void INPUTBOX_append(const key_code_t Digit)
#pragma GCC diagnostic pop
}