publish final code
Dependencies: WncControllerK64F
Fork of WNCInterface by
Diff: WNCInterface.h
- Revision:
- 10:9d8b23b60fd6
- Parent:
- 9:9f0578ff157a
- Child:
- 18:198e9b0acf11
--- a/WNCInterface.h Fri Oct 07 13:26:00 2016 +0000 +++ b/WNCInterface.h Fri Oct 07 13:54:09 2016 +0000 @@ -31,7 +31,7 @@ #ifndef _WNCINTERFACE_H_ #define _WNCINTERFACE_H_ -#define WNC_DEBUG 1 //1=enable the WNC startup debug output +#define WNC_DEBUG 0 //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 @@ -68,7 +68,7 @@ #endif #if DISPLAY_FE == 1 -#define PFE {extern MODSERIAL *_dbgout;if(_dbgout)_dbgout->printf(RSTMSG "WNC FAILED @ %s\r\n", FATAL_STR);} +#define PFE {extern MODSERIAL *_dbgout;if(_dbgout)_dbgout->printf(RSTMSG "\r\n>>WNC FAILED @ %s\r\n", FATAL_STR);} #else #define PFE #endif