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