瀏覽代碼

[megatec]turn of debug printf

balbekova 5 年之前
父節點
當前提交
86c55ce3ef
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modules/MegaTec/megatec.c

+ 2 - 0
modules/MegaTec/megatec.c

@@ -21,6 +21,8 @@
 #include <string.h>
 #include <math.h>
 
+#define DBG if (0)
+
 /**
   * @brief  Общая структура настроек
   */