[PHY] Suppress unused arguments
This commit is contained in:
parent
0b5cd51828
commit
a1aa52cbea
1 changed files with 2 additions and 0 deletions
|
@ -252,5 +252,7 @@ void PhysicalLayer::updateDirectBuffer(uint8_t bit) {
|
|||
#endif
|
||||
|
||||
int16_t PhysicalLayer::setDIOMapping(RADIOLIB_PIN_TYPE pin, uint8_t value) {
|
||||
(void)pin;
|
||||
(void)value;
|
||||
return(RADIOLIB_ERR_UNSUPPORTED);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue