소스 검색

Forgot #ifdef DEBUG_PULLUP_CRASH

3d-gussner 3 년 전
부모
커밋
db79ae9d5e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Firmware/ultralcd.cpp

+ 2 - 0
Firmware/ultralcd.cpp

@@ -1858,9 +1858,11 @@ static void lcd_stack_crash()
 }
 #endif
 
+#ifdef DEBUG_PULLUP_CRASH
 void TestPullupCrash() {
 	PORTF |= 0x01;
 }
+#ifdef DEBUG_PULLUP_CRASH
 
 //! @brief Show Support Menu
 //!