aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Control/control.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-12-18 09:00:24 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-12-18 09:00:24 +0200
commit1b92f30f6dfa27392ffd8460ebeb17c17550db7b (patch)
tree5bfafc883cbed960766b4455f024f208f1f76375 /Software/Embedded_SW/Embedded/Modules/Control/control.c
parente1ef835095c9a6f98c8b15fedc585e2caf77ecd6 (diff)
downloadTango-1b92f30f6dfa27392ffd8460ebeb17c17550db7b.tar.gz
Tango-1b92f30f6dfa27392ffd8460ebeb17c17550db7b.zip
version 1.4.6.1 PMR: thread load and power down reporting. fix USB driver large files bug. ids pressure relief. some looking into the thread load sequence
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Control/control.c')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Control/control.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Control/control.c b/Software/Embedded_SW/Embedded/Modules/Control/control.c
index b60fb3aa4..b75e44001 100644
--- a/Software/Embedded_SW/Embedded/Modules/Control/control.c
+++ b/Software/Embedded_SW/Embedded/Modules/Control/control.c
@@ -53,9 +53,11 @@
#include "drivers/adc_sampling/adc.h"
#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h"
+#include "drivers/FPGA/FPGA_SPI_Comm.h"
#include "Modules/General/buttons.h"
#include "Modules/General/GeneralHardware.h"
+#include "Modules/AlarmHandling/AlarmHandling.h"
#include "StateMachines/Printing/PrintingSTM.h"