We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd65d9 commit b863dd2Copy full SHA for b863dd2
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, uint32 length) {
280
write(buffer, (uint32)length);
281
- }*/
+ }
282
283
/**
284
* @brief Transmit a byte, then return the next unread byte.
0 commit comments