remove unneeded variables
This commit is contained in:
parent
ec117e0627
commit
13ac487ddb
@ -36,7 +36,7 @@
|
||||
|
||||
static char IN_SECTION(.ccm.bss) display_buffer[4][21] = {0};
|
||||
static struct lcd_menu IN_SECTION(.ccm.bss) reflow_menu;
|
||||
static struct lcd_menu * const reflow_menu_ptr = &reflow_menu;
|
||||
#define reflow_menu_ptr (&reflow_menu)
|
||||
|
||||
static void update_display_buffer(uint8_t row, const char *data)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user