1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Fix slashes in SPI library

This commit is contained in:
Ivan Grokhotkov
2015-04-03 08:18:23 +03:00
parent d97b7c2847
commit dfbc499627
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
*/
#include "SPI.h"
#include "include\HSPI.h"
#include "include/HSPI.h"
SPIClass SPI;