mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-11 02:26:00 +00:00
Require watchdogEventHandler impl from user
This commit is contained in:
parent
cff89bc2e4
commit
652aea896f
@ -69,9 +69,6 @@ namespace sta
|
|||||||
STA_ASSERT_MSG(watchdogTaskHandle != nullptr, "System watchdog not initialized");
|
STA_ASSERT_MSG(watchdogTaskHandle != nullptr, "System watchdog not initialized");
|
||||||
osThreadFlagsSet(watchdogTaskHandle, flags);
|
osThreadFlagsSet(watchdogTaskHandle, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
STA_WEAK void watchdogEventHandler(void * arg, uint32_t flags)
|
|
||||||
{}
|
|
||||||
} // namespace rtos
|
} // namespace rtos
|
||||||
} // namespace sta
|
} // namespace sta
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user