NTP client to get UTC time from the internet time servers

Dependents:   NTPClient_HelloWorld

Fork of NTPClient by ST Expansion SW Team

Files at this revision

API Documentation at this revision

Comitter:
mapellil
Date:
Tue Jan 03 13:28:59 2017 +0000
Parent:
6:510bffa8b3d9
Commit message:
fixed warning

Changed in this revision

NTPClient.h Show annotated file Show diff for this revision Revisions of this file
--- 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