Merge pull request #118 from silviu-toderita/master

Removed unused include statement
This commit is contained in:
Baozhu Zuo
2021-05-10 08:15:12 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+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);
-1
View File
@@ -22,7 +22,6 @@
//#endif
#include "mcp_can.h"
#include "SoftwareSerial.h"
#define LW232_LAWICEL_VERSION_STR "V1013"