Issue #20: Move stack checker to safety folder

This commit is contained in:
2020-09-07 21:56:04 +02:00
parent dd0ee47d86
commit af555aba21
5 changed files with 4 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
#include <reflow-controller/calibration.h>
#include <reflow-controller/temp-converter.h>
#include <fatfs/ff.h>
#include <reflow-controller/stack-check.h>
#include <reflow-controller/safety/stack-check.h>
#include <reflow-controller/rotary-encoder.h>
#include <reflow-controller/safety/safety-controller.h>
#include <reflow-controller/settings/settings.h>