[PHY] Fixed unused variable warning

This commit is contained in:
jgromes 2023-02-19 17:14:31 +01:00
parent d8c50ae8ad
commit 2b2dc2925f

View file

@ -115,6 +115,7 @@ int16_t PhysicalLayer::standby() {
}
int16_t PhysicalLayer::standby(uint8_t mode) {
(void)mode;
return(RADIOLIB_ERR_UNSUPPORTED);
}