publish final code

Dependencies:   WncControllerK64F

Fork of WNCInterface by Avnet

Revision:
20:8b3599a611b3
Parent:
7:fded23f50479
--- a/WNCInterface.h	Thu Oct 06 21:17:18 2016 +0000
+++ b/WNCInterface.h	Tue Feb 21 22:24:08 2017 +0000
@@ -33,11 +33,11 @@
 
 #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
+#define STOP_ON_FE  0   //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
                 //0 to NOT display the fatal error
-#define RESETON_FE  0   //1 to cause the MCU to reset on fatal error
+#define RESETON_FE  1   //1 to cause the MCU to reset on fatal error
                 //0 to NOT reset the MCU
 #define APN_DEFAULT     "m2m.com.attz"