소스 검색

Fix: Debug für Control loop entfernt

Heinrich Blatt 5 달 전
부모
커밋
c45616c68f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/config.h

+ 1 - 1
src/config.h

@@ -44,7 +44,7 @@
 #define DEBUG_DAC 1
 
 // printf control loop outputs
-#define DEBUG_CTRL 1
+//#define DEBUG_CTRL 1
 
 // printf trace: put also the transition messages
 #define DEBUG_TRACE_CTRL 1