mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 19:17:34 +00:00
Fix incorrect watchdog handle usage
This commit is contained in:
@@ -27,7 +27,7 @@ namespace sta
|
||||
{
|
||||
void notifyWatchdog(uint32_t flags)
|
||||
{
|
||||
osThreadFlagsSet(watchdogHandle, flags);
|
||||
osThreadFlagsSet(STA_OS2_WATCHDOG_HANDLE, flags);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user