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

@@ -27,7 +27,7 @@
#include <reflow-controller/safety/safety-config.h>
#include <reflow-controller/safety/watchdog.h>
#include <reflow-controller/safety/safety-adc.h>
#include <reflow-controller/stack-check.h>
#include <reflow-controller/safety/stack-check.h>
#include <helper-macros/helper-macros.h>
#include <stm-periph/crc-unit.h>
#include <reflow-controller/systick.h>