mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-09-28 21:17:33 +00:00
Require watchdogEventHandler impl from user
This commit is contained in:
@@ -69,9 +69,6 @@ namespace sta
|
|||||||
STA_ASSERT_MSG(watchdogTaskHandle != nullptr, "System watchdog not initialized");
|
STA_ASSERT_MSG(watchdogTaskHandle != nullptr, "System watchdog not initialized");
|
||||||
osThreadFlagsSet(watchdogTaskHandle, flags);
|
osThreadFlagsSet(watchdogTaskHandle, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
STA_WEAK void watchdogEventHandler(void * arg, uint32_t flags)
|
|
||||||
{}
|
|
||||||
} // namespace rtos
|
} // namespace rtos
|
||||||
} // namespace sta
|
} // namespace sta
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user