[PHY] Suppress unused arguments
This commit is contained in:
parent
bdce884e55
commit
d2b29dfa58
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