Fix incorrect watchdog handle usage

This commit is contained in:
Henrik Stickann 2022-04-10 16:41:14 +02:00
parent acb30dc56d
commit 5fba2e8238

View File

@ -27,7 +27,7 @@ namespace sta
{
void notifyWatchdog(uint32_t flags)
{
osThreadFlagsSet(watchdogHandle, flags);
osThreadFlagsSet(STA_OS2_WATCHDOG_HANDLE, flags);
}