Fix E0_SERIAL_RX_PIN typo (#15841)

This commit is contained in:
Jademalo 2019-11-10 04:51:20 +00:00 committed by Scott Lahteine
parent b9d351899a
commit 37874a6472

View File

@ -152,7 +152,7 @@
#ifndef E0_SERIAL_TX_PIN
#define E0_SERIAL_TX_PIN P2_08
#endif
#ifndef E0_SESIAL_RX_PIN
#ifndef E0_SERIAL_RX_PIN
#define E0_SERIAL_RX_PIN P2_08
#endif