Fix E0_SERIAL_RX_PIN typo (#15841)
This commit is contained in:
parent
b9d351899a
commit
37874a6472
@ -152,7 +152,7 @@
|
|||||||
#ifndef E0_SERIAL_TX_PIN
|
#ifndef E0_SERIAL_TX_PIN
|
||||||
#define E0_SERIAL_TX_PIN P2_08
|
#define E0_SERIAL_TX_PIN P2_08
|
||||||
#endif
|
#endif
|
||||||
#ifndef E0_SESIAL_RX_PIN
|
#ifndef E0_SERIAL_RX_PIN
|
||||||
#define E0_SERIAL_RX_PIN P2_08
|
#define E0_SERIAL_RX_PIN P2_08
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user