aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Main.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-08-15 16:07:19 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-08-15 16:07:19 +0300
commit22f532c29fdcb2c8610dfd38ab461392f1d43648 (patch)
tree37820a03df306e59c09dc64c67ef6a03d6ff22f4 /Software/Embedded_SW/Embedded/Main.c
parent723e2b8854db8c409268f31ab76f5252211ec494 (diff)
downloadTango-22f532c29fdcb2c8610dfd38ab461392f1d43648.tar.gz
Tango-22f532c29fdcb2c8610dfd38ab461392f1d43648.zip
fixes in waste/ink
Diffstat (limited to 'Software/Embedded_SW/Embedded/Main.c')
-rw-r--r--Software/Embedded_SW/Embedded/Main.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/Software/Embedded_SW/Embedded/Main.c b/Software/Embedded_SW/Embedded/Main.c
index df89a85b3..301d0d6c3 100644
--- a/Software/Embedded_SW/Embedded/Main.c
+++ b/Software/Embedded_SW/Embedded/Main.c
@@ -21,8 +21,6 @@
#include "Common/utilities/idle_task.h"
#include "Drivers/ADC_Sampling/ADC.h"
-#include <ti/sysbios/hal/Seconds.h>
-#include <time.h>
#include "drivers/Heater/Heater.h"
#include "drivers/Motors/Motor.h"
@@ -276,21 +274,7 @@ int main(void)
#ifndef EVALUATION_BOARD
Init_Machine_Leds();
#endif
-/* shai add time : */
-#define STARTTIME 63731536552
- time_t t;
- struct tm *ltm;
- char *curTime;
- Seconds_set(STARTTIME);
-
- t = time(NULL);
- ltm = localtime(&t);
- curTime = asctime(ltm);
- System_printf("Time(GMT): %s\n", curTime);
- // https://www.epochconverter.com/seconds-days-since-y0
-
-/* end time */
#ifndef EVALUATION_BOARD
WHS_init();
//IDS_ModuleInit();