Minor refactoring

This commit is contained in:
Duc
2025-01-05 12:39:24 -07:00
parent 1bb3389ee6
commit d8d73197a9
2 changed files with 7 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ namespace ProgramLib
_threadList.Last().Start();
}
_threadList.Add(new PassthroughDataGuiUpdateThread());
_threadList.Add(new PassthroughDataUpdateThread());
_threadList.Last().Start();
_threadList.Add(new PowerSupplyUpdateThread());