Sfoglia il codice sorgente

Forgot #ifdef DEBUG_PULLUP_CRASH

3d-gussner 3 anni fa
parent
commit
db79ae9d5e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 //!