We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cbad56 + b863dd2 commit d05a128Copy full SHA for d05a128
STM32F1/libraries/SPI/src/SPI.h
@@ -276,7 +276,7 @@ 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
0 commit comments