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

Revision:
9:5000feb4b46f
Parent:
6:33d25ef353f6
Child:
13:328bfac0e686
--- a/mx_helpers.h	Thu Sep 10 20:13:37 2015 +1000
+++ b/mx_helpers.h	Mon Sep 14 15:16:41 2015 +1000
@@ -442,4 +442,12 @@
 
 };
 
+#if defined(MXH_DEBUG)
+#undef MXH_DEBUG
+#endif
+#if defined(MXH_DEBUG_INFO)
+#undef MXH_DEBUG_INFO
+#endif
+
+
 #endif /* MX_HELPERS_H_ */