kopia lustrzana https://github.com/jgromes/RadioLib
[SX126x] Removed extra newline (CI_BUILD_ALL)
rodzic
ae04d3dbb3
commit
1382e56508
|
@ -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) {
|
||||||
|
|
Ładowanie…
Reference in New Issue