Fix function definition and rev.b definition

This commit is contained in:
Djuri 2024-12-27 00:41:41 +01:00
parent cff6131fc4
commit 10fe5b5053
2 changed files with 2 additions and 6 deletions

View file

@ -176,7 +176,7 @@ std::vector<uint16_t> frontlightGetStatus()
return statuses;
}
inline bool frontlightIsOn()
bool frontlightIsOn()
{
return frontlightOn;
}