osal_none: make it possible to override the task delay function

This commit is contained in:
Aladdin Bakosh
2023-06-02 15:04:53 +02:00
parent 973c7d47eb
commit 3fdd2a40b2
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
#if CFG_TUH_ENABLED
// currently only needed/available in host mode
void osal_task_delay(uint32_t msec);
TU_ATTR_WEAK void osal_task_delay(uint32_t msec);
#endif
//--------------------------------------------------------------------+