Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: WncControllerK64F
Dependents: WNCProximityMqtt Pubnub_ATT_IoT_SK_WNC_sync BluemixDemo BluemixQS ... more
See the WNCInterface README in the Wiki tab for detailed information on this library.
Diff: WNCInterface.h
- Revision:
- 5:759dceff95b9
- Parent:
- 3:1d7e6ed11269
- Child:
- 6:7cda15f762fe
diff -r 99e7aeaceae7 -r 759dceff95b9 WNCInterface.h
--- a/WNCInterface.h Tue Sep 27 19:22:03 2016 +0000
+++ b/WNCInterface.h Tue Sep 27 19:50:40 2016 +0000
@@ -29,8 +29,8 @@
#ifndef _WNCINTERFACE_H_
#define _WNCINTERFACE_H_
-#define WNC_DEBUG 1 //1=enable the WNC debug port
- //0=disable the WNC debug port
+#define WNC_DEBUG 1 //1=enable the WNC startup debug output
+ //0=disable the WNC startup debug output
#define STOP_ON_FE 1 //1=hang forever if a fatal error occurs
//0=simply return failed response for all socket calls
#define DISPLAY_FE 1 //1 to display the fatal error when it occurs
@@ -148,4 +148,3 @@
#endif /* _WNCINTERFACE_ */
-

