...and fix the function signature in the header

This commit is contained in:
Lucas L. Treffenstädt 2018-11-02 22:15:54 +01:00
parent 123ce083b4
commit d8b6201632

View File

@ -23,7 +23,7 @@ class Battery : public ALabel {
void worker();
std::tuple<uint16_t, std::string> getInfos();
std::string getState(uint16_t, bool);
std::string getState(uint16_t);
util::SleeperThread thread_;
util::SleeperThread threadTimer_;