Commit 2fe96525 authored by me-no-dev's avatar me-no-dev

"fix" SPI

parent 0161e286
...@@ -288,4 +288,3 @@ void SPIClass::writePattern_(uint8_t * data, uint8_t size, uint8_t repeat) ...@@ -288,4 +288,3 @@ void SPIClass::writePattern_(uint8_t * data, uint8_t size, uint8_t repeat)
} }
SPIClass SPI(VSPI); SPIClass SPI(VSPI);
SPIClass SPI1(HSPI);
...@@ -83,6 +83,5 @@ public: ...@@ -83,6 +83,5 @@ public:
}; };
extern SPIClass SPI; extern SPIClass SPI;
extern SPIClass SPI1;
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment