]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/nodebug.h
core: Update comments in keycode.h
[max/tmk_keyboard.git] / tmk_core / common / nodebug.h
index 93309ada4761f356ee82b7bba2b3871ad7a236dc..6ef9f91a2857fd441cebf07d49eae19d36145ba7 100644 (file)
@@ -18,7 +18,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef NODEBUG_H
 #define NODEBUG_H 1
 
+#if !defined(NO_DEBUG)
 #define NO_DEBUG
+#endif
 #include "debug.h"
 #undef NO_DEBUG