Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NTPClient_HelloWorld
Fork of NTPClient by
Revision 7:2ac816b0f4ab, committed 2017-01-03
- 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
