From 1382e5650828224bb5fe0ffdd539098b7580409a Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 2 Oct 2022 00:02:17 +0200 Subject: [PATCH] [SX126x] Removed extra newline (CI_BUILD_ALL) --- src/modules/SX126x/SX126x.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/SX126x/SX126x.cpp b/src/modules/SX126x/SX126x.cpp index 15aedaa7..ad8668be 100644 --- a/src/modules/SX126x/SX126x.cpp +++ b/src/modules/SX126x/SX126x.cpp @@ -1342,7 +1342,6 @@ int16_t SX126x::readRegister(uint16_t addr, uint8_t* data, uint8_t numBytes) { // check the status state = checkCommandResult(); return(state); - } int16_t SX126x::writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset) {