Backing up an unused program in case of future need

Dependencies:   mbed

Revision:
6:be97d38e0b01
Parent:
4:e076884ef8bd
--- a/main.cpp	Wed May 11 16:42:35 2016 +0000
+++ b/main.cpp	Tue May 31 07:35:28 2016 +0000
@@ -13,9 +13,6 @@
 #include "ds18b20.h"
 
 static Timer stopTimer;
-void Hello(void)
-{
-}
 
 int main()
 {
@@ -47,6 +44,7 @@
         r =  ServerMain(); if (r) break;
         r = OneWireMain(); if (r) break;
         r = DS18B20Main(); if (r) break;
+        r =    TimeMain(); if (r) break;
         
         
         switch (WifiStatus)
@@ -57,7 +55,7 @@
             case WIFI_GOT_IP:    Led2 = 0; Led3 = 0; Led4 = 0; break;
             
         }
-                
+              
         //Led1 = AtBusy();
         //if (stopTimer.read() > 20) break;
     }