소스 검색

Disable pullup crash test

Alex Voinea 3 년 전
부모
커밋
a1711f727e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h
  2. 1 1
      Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

+ 1 - 1
Firmware/variants/1_75mm_MK3-EINSy10a-E3Dv6full.h

@@ -168,7 +168,7 @@
 #define DEBUG_DCODE3
 #define DEBUG_DCODE6
 
-#define DEBUG_PULLUP_CRASH //Test Pullup crash
+//#define DEBUG_PULLUP_CRASH //Test Pullup crash
 
 //#define DEBUG_BUILD
 //#define DEBUG_SEC_LANG   //secondary language debug output at startup

+ 1 - 1
Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h

@@ -170,7 +170,7 @@
 #define DEBUG_DCODE3
 #define DEBUG_DCODE6
 
-#define DEBUG_PULLUP_CRASH //Test Pullup crash
+//#define DEBUG_PULLUP_CRASH //Test Pullup crash
 
 //#define DEBUG_BUILD
 //#define DEBUG_SEC_LANG   //secondary language debug output at startup