OS5.15 complaint NTP library

Dependents:   Firebase-Example TCP-NTP-Server TCP-NTP-Server-OS5depreciated

Revision:
1:a97d143dd94e
Parent:
0:3854dc7bd4de
--- a/NTPclient.h	Sun Mar 08 14:32:36 2020 +0000
+++ b/NTPclient.h	Mon Jun 01 16:16:42 2020 +0000
@@ -16,7 +16,7 @@
 {
 public:  
     NTPclient(NetworkInterface & _m_intf);
-    // Returns current time in seconds (blocking)
+    // Get current time in seconds (blocking)
     // Update the time using the server host
     // Blocks until completion
     // NTPpool, NTP server IPv4 address or hostname (will be resolved via DNS)