From ed828a27f704b707cd3137a9e2a1f398512e4fd5 Mon Sep 17 00:00:00 2001 From: howard-wa9axq <75182246+howard-wa9axq@users.noreply.github.com> Date: Sat, 28 Nov 2020 18:37:05 -0600 Subject: [PATCH] Removed extra blank line --- Adafruit_SPIDevice.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Adafruit_SPIDevice.cpp b/Adafruit_SPIDevice.cpp index cc2c58c..1b19804 100644 --- a/Adafruit_SPIDevice.cpp +++ b/Adafruit_SPIDevice.cpp @@ -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;