]> rtime.felk.cvut.cz Git - arc.git/blobdiff - include/debug.h
Merge branch 'mikulka' of git@rtime.felk.cvut.cz:arc into mikulka
[arc.git] / include / debug.h
index d775035dd91aeaf94abf19f468207f7f973ea221..b552563bba3bf512214a33ceeadaf033d0c1225b 100644 (file)
  * -------------------------------- Arctic Core ------------------------------*/\r
 \r
 \r
+// PC-Lint Exception to MISRA rule 19.12: stdio ok in debug.h.\r
+//lint -e(829)\r
+\r
 \r
 #ifndef DEBUG_H_\r
 #define DEBUG_H_\r
 \r
-\r
 /**\r
  *\r
  * NOTE!!!!\r
@@ -51,6 +53,7 @@
 #define DEBUG_LOW              1\r
 #define DEBUG_MEDIUM   2\r
 #define DEBUG_HIGH             3\r
+#define DEBUG_NONE             4\r
 \r
 #ifndef DEBUG_LVL\r
 #define DEBUG_LVL              2\r