Skip to content

Commit 42a9178

Browse files
committed
LED HW definitions in arduino HW files overridable
1 parent 07cd91c commit 42a9178

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
@@ -191,9 +191,9 @@ static const uint8_t SCK = PIN_SPI_SCK ;
191191

192192

193193
#define MY_SIGNING_ATSHA204_PIN 17
194-
#define MY_DEFAULT_ERR_LED_PIN LED_RED
195-
#define MY_DEFAULT_RX_LED_PIN LED_YELLOW
196-
#define MY_DEFAULT_TX_LED_PIN LED_GREEN
194+
#define MY_HW_ERR_LED_PIN LED_RED
195+
#define MY_HW_RX_LED_PIN LED_YELLOW
196+
#define MY_HW_TX_LED_PIN LED_GREEN
197197

198198
/*----------------------------------------------------------------------------
199199
* Arduino objects - C++ only

0 commit comments

Comments
 (0)