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.
ntp.h@0:09f915e6f9f6, 2016-04-13 (annotated)
- Committer:
- andrewboyson
- Date:
- Wed Apr 13 09:21:02 2016 +0000
- Revision:
- 0:09f915e6f9f6
Fixed memory allocation issues and added enumeration to log.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| andrewboyson | 0:09f915e6f9f6 | 1 | extern int NtpInit(); |
| andrewboyson | 0:09f915e6f9f6 | 2 | extern int NtpSendRequest(); |
| andrewboyson | 0:09f915e6f9f6 | 3 | extern int NtpHandleResponse(); |
| andrewboyson | 0:09f915e6f9f6 | 4 | extern int NtpMain(); |