diff --git a/ui.c b/ui.c index 7214681..7de4d90 100644 --- a/ui.c +++ b/ui.c @@ -1969,7 +1969,7 @@ void check_frequency_slider(freq_t slider_freq) static void menu_select_touch(int i, int pos) { - int32_t step = 0; + long_t step = 0; int do_exit = false; selection = i; draw_menu();