program to test a possible memory leak when using NTP
Dependencies: NetServices mbed
Revision 2:006625ab89d2, committed 2011-03-06
- Comitter:
- hlipka
- Date:
- Sun Mar 06 21:28:42 2011 +0000
- Parent:
- 1:07158ff709d6
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r 07158ff709d6 -r 006625ab89d2 main.cpp --- a/main.cpp Tue Jan 25 20:32:58 2011 +0000 +++ b/main.cpp Sun Mar 06 21:28:42 2011 +0000 @@ -35,7 +35,7 @@ printf("setup\n"); EthernetNetIf eth; EthernetErr ethErr; - printf("Setting up...\n"); + printf("Setting up network...\n"); do { ethErr = eth.setup(); if (ethErr) printf("waiting for network...\n", ethErr);
diff -r 07158ff709d6 -r 006625ab89d2 mbed.bld --- a/mbed.bld Tue Jan 25 20:32:58 2011 +0000 +++ b/mbed.bld Sun Mar 06 21:28:42 2011 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9a9732ce53a1 +http://mbed.org/users/mbed_official/code/mbed/builds/63bcd7ba4912