A GPS disciplined clock

Dependencies:   net lpc1768 crypto clock web log

Revision:
16:3d40d832dc70
Parent:
12:9bd8f04df514
Child:
18:eda70c3ee1a0
--- a/main/main.c	Sat Dec 15 17:46:35 2018 +0000
+++ b/main/main.c	Sat Dec 29 19:09:25 2018 +0000
@@ -9,7 +9,7 @@
 #include "net-server.h"
 #include "settings.h"
 #include "server-ntp.h"
-#include "server-http.h"
+#include "http-server.h"
 #include "gps.h"
 #include "watchdog.h"
 
@@ -23,7 +23,7 @@
               LogInit(ClockTmUtc, 115200);
               GpsInit();
         NetServerInit();
-       ServerHttpInit();
+       HttpServerInit();
         ServerNtpInit();
          WatchdogInit();