Move safety ADC to safety subfolder

This commit is contained in:
2020-07-06 20:13:01 +02:00
parent 7cd05e1582
commit 8a365ab5e0
6 changed files with 7 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
#include <fatfs/ff.h>
#include <reflow-controller/stack-check.h>
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/safety-adc.h>
#include <reflow-controller/safety/safety-adc.h>
#ifndef GIT_VER
#define GIT_VER "VERSION NOT SET"