Skip to content

Commit 2beea3e

Browse files
author
Brian Baltz
committed
Resolving KW issue with SoftwareSerial destructor
Signed-off-by: Brian Baltz <brian.a.baltz@intel.com>
1 parent b30a275 commit 2beea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SoftwareSerial/SoftwareSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class SoftwareSerial : public Stream
7373
public:
7474
// public methods
7575
SoftwareSerial(uint32_t receivePin, uint32_t transmitPin, bool inverse_logic = false);
76-
~SoftwareSerial();
76+
virtual ~SoftwareSerial();
7777
void begin(long speed);
7878
bool listen();
7979
void end();

0 commit comments

Comments
 (0)