Skip to content

Commit b59c9a2

Browse files
author
Erik Kettenburg
committed
fixed include for tinypinchange
1 parent ebeb04c commit b59c9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/DigisparkSoftSerial/SoftSerial.h

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 <inttypes.h>
4242
#include <Stream.h>
4343

44-
#include "../TinyPinChange/TinyPinChange.h"
44+
#include "<TinyPinChange.h>"
4545

4646
/******************************************************************************
4747
* Definitions

0 commit comments

Comments
 (0)