mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-12-16 18:08:04 +00:00
Update doc
This commit is contained in:
@@ -105,6 +105,17 @@ namespace sta
|
||||
* @ingroup rtos2Watchdog
|
||||
*/
|
||||
void notifyWatchdog(uint32_t flags);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Handler for watchdog events.
|
||||
*
|
||||
* Must be implemented by application.
|
||||
*
|
||||
* @param arg Watchdog task argument
|
||||
* @param flags Event flags
|
||||
*/
|
||||
void watchdogEventHandler(void * arg, uint32_t flags);
|
||||
} // namespace sta
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user