[SX126x] Removed extra newline (CI_BUILD_ALL)

This commit is contained in:
jgromes 2022-10-02 00:02:17 +02:00
parent ae04d3dbb3
commit 1382e56508

View file

@ -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) {