Skip to content

Commit f8a04fd

Browse files
authored
Merge pull request #118 from silviu-toderita/master
Removed unused include statement
2 parents 7ba9b7d + 5863c67 commit f8a04fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
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);

src/can-serial.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
//#endif
2323

2424
#include "mcp_can.h"
25-
#include "SoftwareSerial.h"
2625

2726

2827
#define LW232_LAWICEL_VERSION_STR "V1013"

0 commit comments

Comments
 (0)