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

@@ -24,7 +24,7 @@
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/systick.h>
#include <reflow-controller/adc-meas.h>
#include <reflow-controller/safety-adc.h>
#include <reflow-controller/safety/safety-adc.h>
#include <reflow-controller/temp-converter.h>
#include <helper-macros/helper-macros.h>
#include <stm-periph/unique-id.h>