program to test a possible memory leak when using NTP

Dependencies:   NetServices mbed

Files at this revision

API Documentation at this revision

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
--- 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);
--- 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