Library for Modtronix NZ32 STM32 boards, like the NZ32-SC151, NZ32-SB072, NZ32-SE411 and others

Revision:
15:3fd3c1ce01be
Parent:
13:328bfac0e686
Child:
17:86034c970ea0
--- a/nz32s_default_config.h	Sat Aug 13 11:51:46 2016 +1000
+++ b/nz32s_default_config.h	Sat Aug 13 12:57:48 2016 +1000
@@ -38,6 +38,13 @@
 #define     DONT_USE_A13_A14    1
 #endif
 
+//Defines is Windowed or Independent Watchdog timer should be used. Windowed Watchdog Timer, is topped during
+//low power mode, but Independent is NOT(will reset CPU). Use WWDG if CPU will go to low power mode
+#if !defined(NZ32S_USE_WWDG)
+#define     NZ32S_USE_WWDG    1
+#endif
+
+
 // End of contents to copy to custom nz32s_defines.h file /////////////////////
 
 #endif /* MODTRONIX_NZ32S_NZ32S_DEFAULT_CONFIG_H_ */