This commit is contained in:
Jonas Zeunert
2022-02-24 21:31:57 +01:00
parent 0846ae3753
commit 3474bbd44d

View File

@@ -44,7 +44,7 @@ private:
std::thread display_cycle_thread;
bool is_running;
std::chrono::microseconds update_frequency
std::chrono::microseconds update_frequency;
};
}