Fix conversion warnings

This commit is contained in:
leptun 2019-09-14 12:24:45 +03:00
parent 35b93d17dc
commit 695f938348
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ static void menu_draw_item_puts_P(char type_char, const char* str)
lcd_printf_P(PSTR("%c%-18.18S%c"), menu_selection_mark(), str, type_char);
}
static void menu_draw_toggle_puts_P(const char* str, char* toggle, const uint8_t settings)
static void menu_draw_toggle_puts_P(const char* str, const char* toggle, const uint8_t settings)
{
//settings:
//xxxxxcba