Re-include SoftwareSerial in conditional in can-serial.cpp

This commit is contained in:
Silviu Toderita
2021-05-08 12:28:14 -07:00
committed by GitHub
parent f3ae9d0f10
commit 5863c67c70
+1
View File
@@ -34,6 +34,7 @@
#endif
#ifdef LOGGING_ENABLED
#include "SoftwareSerial.h"
// software serial #2: TX = digital pin 8, RX = digital pin 9
// on the Mega, use other pins instead, since 8 and 9 don't work on the Mega
SoftwareSerial debug(DEBUG_RX_PIN, DEBUG_TX_PIN);