[SX126x] Removed extra newline (CI_BUILD_ALL)

pull/609/head
jgromes 2022-10-02 00:02:17 +02:00
rodzic ae04d3dbb3
commit 1382e56508
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -1342,7 +1342,6 @@ int16_t SX126x::readRegister(uint16_t addr, uint8_t* data, uint8_t numBytes) {
// check the status // check the status
state = checkCommandResult(); state = checkCommandResult();
return(state); return(state);
} }
int16_t SX126x::writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset) { int16_t SX126x::writeBuffer(uint8_t* data, uint8_t numBytes, uint8_t offset) {