mirror of https://github.com/MLXXXp/Arduboy2.git
Make sure TX and RX LEDs are off in mainNoUSB()
This commit is contained in:
parent
b8c1cb742a
commit
928c40813d
|
@ -592,6 +592,8 @@ void Arduboy2Core::mainNoUSB()
|
|||
|
||||
// This would normally be done in the USB code that uses the TX and RX LEDs
|
||||
TX_RX_LED_INIT;
|
||||
TXLED0;
|
||||
RXLED0;
|
||||
|
||||
// Set the DOWN button pin for INPUT_PULLUP
|
||||
bitSet(DOWN_BUTTON_PORT, DOWN_BUTTON_BIT);
|
||||
|
|
Loading…
Reference in New Issue