aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-03-29 15:46:42 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-03-29 15:46:42 +0300
commitfd16e827fd4d59636798c4cd4a7ebd00c3cb146f (patch)
treee284c218e6c4bfbede448fb18e6c5e598c44ceaf /Software/Embedded_SW/Embedded/Main.c
parent08bd4400dfd45245ae301b5cb28103322ddf865a (diff)
downloadTango-fd16e827fd4d59636798c4cd4a7ebd00c3cb146f.tar.gz
Tango-fd16e827fd4d59636798c4cd4a7ebd00c3cb146f.zip
State machine handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index c09dedb6f..fc3189793 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -18,9 +18,13 @@
#include "Common/Sys_PinOut_Config/Pin_config.h"
#include "Drivers/ADC_Sampling/ADC.h"
#include "Drivers/Peripheral_GPIO/GPIO.h"
+#include "Drivers/Peripheral_GPIO/GPIO.h"
+#include "drivers/Heater/Heater.h"
+
#include "Modules/Stubs_Handler/Container.h"
#include "drivers/twine_graphicslib/graphics_adapter.h"
+#include <drivers/Flash_Memory/Flash_Memory.h>
/*
#include "Drivers/SPI_SDCARD/SDSPI.h"
@@ -120,6 +124,7 @@ int main(void)
InitParams.MaxNumberOfPrivateDistributors = 2;
ReportInit (InitParams);
+ //FlashFS_Init();
//
// Enable lazy stacking for interrupt handlers. This allows floating-point
// instructions to be used within interrupt handlers, but at the expense of