Skip to content

Commit fad0188

Browse files
committed
Fixed bug where usb RX would crash i2c driver
1 parent 1e690d9 commit fad0188

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variants/mysensors_gw/variant.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ extern "C" {
7474
// #define digitalPinToTimer(P)
7575

7676
// LEDs
77-
#define PIN_LED_13 (7u)
78-
#define PIN_LED_RXL (6u)
79-
#define PIN_LED_TXL (12u)
77+
#define PIN_LED_13 (16u)
78+
#define PIN_LED_RXL LED_ORANGE
79+
#define PIN_LED_TXL LED_ORANGE
8080
#define PIN_LED LED_BLUE
8181
#define PIN_LED2 LED_RED
8282
#define PIN_LED4 LED_GREEN

0 commit comments

Comments
 (0)