Skip to content

Commit

Permalink
Fixed bug where usb RX would crash i2c driver
Browse files Browse the repository at this point in the history
  • Loading branch information
tbowmo committed Sep 6, 2016
1 parent 1e690d9 commit fad0188
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variants/mysensors_gw/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ extern "C" {
// #define digitalPinToTimer(P)

// LEDs
#define PIN_LED_13 (7u)
#define PIN_LED_RXL (6u)
#define PIN_LED_TXL (12u)
#define PIN_LED_13 (16u)
#define PIN_LED_RXL LED_ORANGE
#define PIN_LED_TXL LED_ORANGE
#define PIN_LED LED_BLUE
#define PIN_LED2 LED_RED
#define PIN_LED4 LED_GREEN
Expand Down

0 comments on commit fad0188

Please sign in to comment.