[SX128x] Fixed warnings
This commit is contained in:
parent
e4fcd23f76
commit
b595d14ad7
1 changed files with 2 additions and 2 deletions
|
@ -1155,13 +1155,13 @@ uint8_t SX128x::random() {
|
|||
void SX128x::setDirectAction(void (*func)(void)) {
|
||||
// SX128x is unable to perform direct mode reception
|
||||
// this method is implemented only for PhysicalLayer compatibility
|
||||
return(0);
|
||||
(void)func;
|
||||
}
|
||||
|
||||
void SX128x::readBit(RADIOLIB_PIN_TYPE pin) {
|
||||
// SX128x is unable to perform direct mode reception
|
||||
// this method is implemented only for PhysicalLayer compatibility
|
||||
return(0);
|
||||
(void)pin;
|
||||
}
|
||||
|
||||
uint8_t SX128x::getStatus() {
|
||||
|
|
Loading…
Add table
Reference in a new issue