return bool when setting rx boost

This commit is contained in:
taco
2026-06-26 07:44:01 +10:00
parent 5d0ff7fe6e
commit 1f9bb67400
9 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -252,6 +252,6 @@ public:
// To check if there is pending work
bool hasPendingWork() const;
void setRxBoostedGain(bool enable) override;
bool setRxBoostedGain(bool enable) override;
};