Skip to content

Commit c07ca97

Browse files
committed
Fix include path for PlatformIO.
1 parent 8a3ae10 commit c07ca97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/hal/Maix_SPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
#include "SPI.h"
2+
#include "../../../libraries/SPI/src/SPI.h"
33

44
#include "stdio.h"
55
#include "utils.h"

0 commit comments

Comments
 (0)