A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Revision:
2:ca11ceba8432
Parent:
0:67724a462d86
Child:
3:36ee2aa7945a
--- a/main/main.c	Wed Jan 31 14:58:22 2018 +0000
+++ b/main/main.c	Wed Jan 31 21:01:29 2018 +0000
@@ -11,12 +11,14 @@
 #include "server-http.h"
 #include "gps.h"
 #include "watchdog.h"
+#include "trace.h"
 
 int main()
 {
           PeriphsInit();
           Lpc1768Init();
          SettingsInit();
+            TraceInit();
             ClockInit();
               LogInit();
               GpsInit();