Update Adafruit_SPIDevice.cpp

This commit is contained in:
howard-wa9axq 2020-11-28 19:13:19 -06:00 committed by GitHub
parent ed828a27f7
commit 074a8a9323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ void Adafruit_SPIDevice::transfer(uint8_t *buffer, size_t len) {
#else #else
_spi->transfer(buffer, len); _spi->transfer(buffer, len);
#endif #endif
return; return;
} }
uint8_t startbit; uint8_t startbit;