remove unneeded variables

This commit is contained in:
Mario Hüttel 2020-08-22 13:30:59 +02:00
parent ec117e0627
commit 13ac487ddb
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{