Skip to content

Commit 30c9abd

Browse files
committed
fix path bug
1 parent e0036d8 commit 30c9abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/BlinkerDebug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#endif
2222

2323
#if (defined(__AVR__))
24-
#include <avr\pgmspace.h>
24+
#include <avr/pgmspace.h>
2525
#else if
2626
#include <pgmspace.h>
2727
#endif

0 commit comments

Comments
 (0)