diff --git a/hal/lib/Athena/Notifier.cpp b/hal/lib/Athena/Notifier.cpp index 2184b5aec5..9679979890 100644 --- a/hal/lib/Athena/Notifier.cpp +++ b/hal/lib/Athena/Notifier.cpp @@ -125,6 +125,7 @@ void cleanNotifier(void* notifier_pointer, int32_t *status) delete notifierManager; notifierManager = nullptr; } + closestTrigger = UINT64_MAX; } }