Backing up an unused program in case of future need

Dependencies:   mbed

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?

UserRevisionLine numberNew 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();