mirror of
https://github.com/adafruit/Adafruit_BusIO.git
synced 2026-07-28 04:16:28 +00:00
Removed extra blank line
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user