Move push button and rotary encoder files to UI folder

This commit is contained in:
2021-05-22 17:05:56 +02:00
parent 8c0cfa4993
commit 90c6165278
7 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
#define __MENU_H__
#include <stdint.h>
#include <reflow-controller/button.h>
#include <reflow-controller/ui/button.h>
#include <stdbool.h>
struct lcd_menu;