kopia lustrzana https://github.com/jgromes/RadioLib
[PHY] Fixed unused variable warning
rodzic
d8c50ae8ad
commit
2b2dc2925f
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue