We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca31c45 commit f57802eCopy full SHA for f57802e
hardware/esp8266com/esp8266/libraries/SPI/HSPI.cpp
@@ -1,5 +1,5 @@
1
-#include "include\HSPI.h"
2
-#include "include\spi_register.h"
+#include "include/HSPI.h"
+#include "include/spi_register.h"
3
4
#define __min(a,b) ((a > b) ? (b):(a))
5
hardware/esp8266com/esp8266/libraries/SPI/SPI.cpp
@@ -11,7 +11,7 @@
11
*/
12
13
#include "SPI.h"
14
15
16
SPIClass SPI;
17
0 commit comments