Clean up whitespace

This commit is contained in:
Scott Lahteine 2020-01-13 16:56:51 -06:00
parent c4ffe74d71
commit 0e6ef65aec

View file

@ -55,7 +55,7 @@
#elif SERIAL_PORT == 2
static const char RXD_NAME_2[] PROGMEM = { "RXD2" };
static const char TXD_NAME_2[] PROGMEM = { "TXD2" };
#elif SERIAL_PORT == 3
#elif SERIAL_PORT == 3
static const char RXD_NAME_3[] PROGMEM = { "RXD3" };
static const char TXD_NAME_3[] PROGMEM = { "TXD3" };
#endif