
Simple app demonstrating network join feature of WiConnect Host Library.
Revision 7:281f96064763, committed 2014-08-25
- Comitter:
- dan_ackme
- Date:
- Mon Aug 25 19:07:25 2014 +0000
- Parent:
- 6:dd1823d63132
- Child:
- 9:ba592b3a5c64
- 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 Mon Aug 25 18:59:42 2014 +0000 +++ b/example.cpp Mon Aug 25 19:07:25 2014 +0000 @@ -112,8 +112,6 @@ printf("IP Address: %s\r\n", wiconnect.getIpAddress()); printf("Network join example has completed!\r\n"); - for(;;); // infinite loop - - return 0; + while(true){} // infinite loop }