We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338020b commit 2bd65d9Copy full SHA for 2bd65d9
STM32F1/libraries/SPI/src/SPI.h
@@ -276,9 +276,9 @@ class SPIClass {
276
277
// Some libraries (like recent Adafruit graphics libraries) require
278
// the write function be availabe under the name transfer, so here it is:
279
- inline void transfer(const void * buffer, size_t length) {
+ /*inline void transfer(const void * buffer, size_t length) {
280
write(buffer, (uint32)length);
281
- }
+ }*/
282
283
/**
284
* @brief Transmit a byte, then return the next unread byte.
0 commit comments