No need to use _mod
This commit is contained in:
parent
6f783d5fc0
commit
f5f722e30f
1 changed files with 0 additions and 4 deletions
|
@ -910,8 +910,4 @@ void RF69::clearIRQFlags() {
|
|||
_mod->SPIwriteRegister(RF69_REG_IRQ_FLAGS_2, 0b11111111);
|
||||
}
|
||||
|
||||
int16_t RF69::SPIsetRegValue(uint8_t reg, uint8_t value, uint8_t msb = 7, uint8_t lsb = 0, uint8_t checkInterval = 2) {
|
||||
return (_mod->SPIsetRegValue(reg, value, msb, lsb, checkInterval));
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue