Forgot #ifdef DEBUG_PULLUP_CRASH
This commit is contained in:
parent
0b8ecfbf7c
commit
db79ae9d5e
|
|
@ -1858,9 +1858,11 @@ static void lcd_stack_crash()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef DEBUG_PULLUP_CRASH
|
||||||
void TestPullupCrash() {
|
void TestPullupCrash() {
|
||||||
PORTF |= 0x01;
|
PORTF |= 0x01;
|
||||||
}
|
}
|
||||||
|
#ifdef DEBUG_PULLUP_CRASH
|
||||||
|
|
||||||
//! @brief Show Support Menu
|
//! @brief Show Support Menu
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue