Removed extra blank line

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

View File

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