[PHY] Fixed unused variable warning
This commit is contained in:
parent
d8c50ae8ad
commit
2b2dc2925f
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ int16_t PhysicalLayer::standby() {
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t PhysicalLayer::standby(uint8_t mode) {
|
int16_t PhysicalLayer::standby(uint8_t mode) {
|
||||||
|
(void)mode;
|
||||||
return(RADIOLIB_ERR_UNSUPPORTED);
|
return(RADIOLIB_ERR_UNSUPPORTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue