Add vector of timer handles

This commit is contained in:
wheremyfoodat 2023-11-04 18:28:28 +02:00
parent 708b10c194
commit 1f7fc2274a
3 changed files with 3 additions and 1 deletions

View file

@ -148,6 +148,7 @@ void Kernel::reset() {
}
objects.clear();
mutexHandles.clear();
timerHandles.clear();
portHandles.clear();
threadIndices.clear();
serviceManager.reset();