summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-09-17 22:45:25 +0200
committerHiFiPhile <[email protected]>2025-09-17 22:48:59 +0200
commit73f3900b2da5d00e707078a591067f0329118dcb (patch)
tree1cfcfed3b7b33cf90dc8c942a47af970fa94d4c0 /src/class
parent369a1ff5153a472327d2847c7bc7386309486b34 (diff)
Replace old delay functions by tusb_time_delay_ms_api
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/class')
-rw-r--r--src/class/cdc/cdc_rndis_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_rndis_host.c b/src/class/cdc/cdc_rndis_host.c
index 11a5355aa..e975ea440 100644
--- a/src/class/cdc/cdc_rndis_host.c
+++ b/src/class/cdc/cdc_rndis_host.c
@@ -103,7 +103,7 @@ static tusb_error_t rndis_body_subtask(void)
}
- osal_task_delay(100);
+ tusb_time_delay_ms_api(100);
OSAL_SUBTASK_END
}