Update doc

This commit is contained in:
Henrik Stickann
2022-05-10 02:08:50 +02:00
parent d736b44697
commit 802999f2f6
3 changed files with 26 additions and 7 deletions

View File

@@ -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