Skip to content

Commit 5863c67

Browse files
author
Silviu Toderita
authored
Re-include SoftwareSerial in conditional in can-serial.cpp
1 parent f3ae9d0 commit 5863c67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/can-serial.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#endif
3535

3636
#ifdef LOGGING_ENABLED
37+
#include "SoftwareSerial.h"
3738
// software serial #2: TX = digital pin 8, RX = digital pin 9
3839
// on the Mega, use other pins instead, since 8 and 9 don't work on the Mega
3940
SoftwareSerial debug(DEBUG_RX_PIN, DEBUG_TX_PIN);

0 commit comments

Comments
 (0)