Skip to content

Commit 2fe9652

Browse files
committed
"fix" SPI
1 parent 0161e28 commit 2fe9652

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libraries/SPI/src/SPI.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,3 @@ void SPIClass::writePattern_(uint8_t * data, uint8_t size, uint8_t repeat)
288288
}
289289

290290
SPIClass SPI(VSPI);
291-
SPIClass SPI1(HSPI);

libraries/SPI/src/SPI.h

-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ class SPIClass
8383
};
8484

8585
extern SPIClass SPI;
86-
extern SPIClass SPI1;
8786

8887
#endif

0 commit comments

Comments
 (0)