Fix possible error in menu implementation

This commit is contained in:
2020-06-04 21:47:31 +02:00
parent 92c0c5cd8c
commit fc2372f754
2 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,6 @@
#include <stdint.h>
#include <reflow-controller/button.h>
#include <stdbool.h>
#include <reflow-controller/ui/lcd.h>
struct lcd_menu;