Fork of NTPClient from ST, modified to work with GCC and Mbed OS5

Fork of NTPClient by ST

Revision:
7:2ac816b0f4ab
Parent:
6:510bffa8b3d9
Child:
8:0b96fbd7cfca
--- a/NTPClient.h	Mon Jan 02 15:44:40 2017 +0000
+++ b/NTPClient.h	Tue Jan 03 13:28:59 2017 +0000
@@ -55,7 +55,7 @@
   Instantiate the NTP client
   */
  // NTPClient();
-  NTPClient::NTPClient(NetworkStack & _m_intf);
+  NTPClient(NetworkStack & _m_intf);
   /**Get current time (blocking)
   Update the time using the server host
   Blocks until completion