Skip to content

Commit

Permalink
JHEF411HD Fix incorrect Softserial defines (betaflight#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
ot0tot authored Sep 5, 2024
1 parent 3ae079c commit 7366c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/JHEF411HD/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#define UART1_RX_PIN PA10
#define UART2_TX_PIN PA2
#define UART2_RX_PIN PA3
#define UART1_RX_PIN1 PB3
#define UART1_TX_PIN1 PA15
#define SOFTSERIAL1_RX_PIN PB3
#define SOFTSERIAL1_TX_PIN PA15
#define I2C1_SCL_PIN PB8
#define I2C1_SDA_PIN PB9
#define LEPD_PIN PC13
Expand Down

0 comments on commit 7366c14

Please sign in to comment.