Skip to content

Commit

Permalink
Update variant.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstf authored Jan 14, 2025
1 parent 5243f8f commit 98061c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions variants/XIAO_m0/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@
#define LED_BUILTIN PIN_LED


#define PIN_LED_RXL (12u)
#define PIN_LED_TXL (11u)
#define PIN_LED2 PIN_LED_RXL
#define PIN_LED3 PIN_LED_TXL
#define PIN_LED2 (12u)
#define PIN_LED3 (11u)
#if defined(TXRXLED_ENABLE)
#define PIN_LED_RXL PIN_LED2
#define PIN_LED_TXL PIN_LED3
#endif

/*
* Analog pins
Expand Down

0 comments on commit 98061c2

Please sign in to comment.