Skip to content

Commit 7f17170

Browse files
committed
Revert "SoftwareSerial library to the new format"
This reverts commit 38c3bbb.
1 parent 9a9652d commit 7f17170

File tree

7 files changed

+1
-12
lines changed

7 files changed

+1
-12
lines changed

libraries/SoftwareSerial/arch/avr/SoftwareSerial.cpp renamed to hardware/arduino/avr/libraries/SoftwareSerial/SoftwareSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The latest version of this library can always be found at
4141
#include <avr/interrupt.h>
4242
#include <avr/pgmspace.h>
4343
#include <Arduino.h>
44-
#include <SoftwareSerial_Class.h>
44+
#include <SoftwareSerial.h>
4545
//
4646
// Lookup table
4747
//

libraries/SoftwareSerial/library.properties

Lines changed: 0 additions & 10 deletions
This file was deleted.

libraries/SoftwareSerial/src/SoftwareSerial.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)