Sfoglia il codice sorgente

[megatec]turn of debug printf

balbekova 5 anni fa
parent
commit
86c55ce3ef
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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  Общая структура настроек
   */