mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-10 18:15:59 +00:00
Fix incorrect watchdog handle usage
This commit is contained in:
parent
acb30dc56d
commit
5fba2e8238
@ -27,7 +27,7 @@ namespace sta
|
||||
{
|
||||
void notifyWatchdog(uint32_t flags)
|
||||
{
|
||||
osThreadFlagsSet(watchdogHandle, flags);
|
||||
osThreadFlagsSet(STA_OS2_WATCHDOG_HANDLE, flags);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user