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

@@ -34,10 +34,10 @@
#include <reflow-controller/temp-converter.h>
#include <fatfs/ff.h>
#include <reflow-controller/safety/stack-check.h>
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/ui/rotary-encoder.h>
#include <reflow-controller/safety/safety-controller.h>
#include <reflow-controller/settings/settings.h>
#include <reflow-controller/button.h>
#include <reflow-controller/ui/button.h>
#include <reflow-controller/safety/fault.h>
#include <reflow-controller/safety/safety-memory.h>
#include <reflow-controller/hw-version-detect.h>