Skip to content

Commit

Permalink
[PHY] Fixed unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Feb 19, 2023
1 parent d8c50ae commit 2b2dc29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protocols/PhysicalLayer/PhysicalLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ int16_t PhysicalLayer::standby() {
}

int16_t PhysicalLayer::standby(uint8_t mode) {
(void)mode;
return(RADIOLIB_ERR_UNSUPPORTED);
}

Expand Down

0 comments on commit 2b2dc29

Please sign in to comment.