Require watchdogEventHandler impl from user

This commit is contained in:
Henrik Stickann 2023-01-22 00:10:42 +01:00
parent cff89bc2e4
commit 652aea896f

View File

@ -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