Skip to content

Commit

Permalink
define PIN_SERIAL0_RX/PIN_SERIAL0_TX for wbr3
Browse files Browse the repository at this point in the history
  • Loading branch information
baltpeter committed Oct 27, 2024
1 parent 963bc51 commit a92983a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/variants/wbr3.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
// ------------
#define PIN_SERIAL0_RX_0 12u // PIN_A12
#define PIN_SERIAL0_RX_1 13u // PIN_A13
#define PIN_SERIAL0_RX 13u // PIN_A13
#define PIN_SERIAL0_TX_0 11u // PIN_A11
#define PIN_SERIAL0_TX_1 14u // PIN_A14
#define PIN_SERIAL0_TX 14u // PIN_A14
#define PIN_SERIAL1_CTS 4u // PIN_A4
#define PIN_SERIAL1_RX_0 2u // PIN_A2
#define PIN_SERIAL1_RX_1 0u // PIN_A0
Expand Down

0 comments on commit a92983a

Please sign in to comment.