aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index da6cfaab5..50adfb944 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -53,6 +53,7 @@ extern Semaphore_Handle sdCardSem;
#include <Drivers/I2C_Communication/Previous_Code/I2C.h>
#include "Drivers/I2C_Communication/I2C.h"
+#include "drivers/FPGA/FPGA_GPIO/FPGA_GPIO.h"
@@ -185,6 +186,9 @@ int main(void)
//Run_I2C(/*ui32SysClock*/);
//-----------------------------------------------------------
+ DeActivateAllSSR();
+
+ ActivateChiller();//SSR12
//EMAC_initEMAC();
ControlInit();