forked from btclock/btclock_v3
Fix function definition and rev.b definition
This commit is contained in:
parent
cff6131fc4
commit
10fe5b5053
2 changed files with 2 additions and 6 deletions
|
@ -176,7 +176,7 @@ std::vector<uint16_t> frontlightGetStatus()
|
|||
return statuses;
|
||||
}
|
||||
|
||||
inline bool frontlightIsOn()
|
||||
bool frontlightIsOn()
|
||||
{
|
||||
return frontlightOn;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue