
Simple app demonstrating the HTTP GET feature of the WiConnect Host Library.
Revision 6:f6cf38fba1d4, committed 2014-08-25
- Comitter:
- dan_ackme
- Date:
- Mon Aug 25 19:07:39 2014 +0000
- Parent:
- 5:92a9c46c1021
- Child:
- 8:af524cc03cc5
- Commit message:
- fixed build warning
Changed in this revision
example.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/example.cpp Sat Aug 23 12:59:06 2014 +0000 +++ b/example.cpp Mon Aug 25 19:07:39 2014 +0000 @@ -127,9 +127,7 @@ printf("HTTP GET example has completed!\r\n"); - for(;;); // infinite loop - - return 0; + while(true){} // infinite loop }