Remove unused variables

This commit is contained in:
Riku Isokoski
2021-08-19 11:12:34 +03:00
parent df8ea7fe52
commit 2b30ff4fc6
4 changed files with 2 additions and 18 deletions

View File

@@ -136,9 +136,6 @@ void DisplayApp::InitHw() {
brightnessController.Set(settingsController.GetBrightness());
}
uint32_t acc = 0;
uint32_t count = 0;
bool toggle = true;
void DisplayApp::Refresh() {
TickType_t queueTimeout;
TickType_t delta;