Skip to content

Commit cb47231

Browse files
committed
revert out of scope changes
1 parent 0d9973e commit cb47231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/usbh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ static bool usbh_control_xfer_cb (uint8_t daddr, uint8_t ep_addr, xfer_result_t
258258

259259
#if CFG_TUSB_OS == OPT_OS_NONE
260260
// TODO rework time-related function later
261-
TU_ATTR_WEAK void osal_task_delay(uint32_t msec)
261+
void osal_task_delay(uint32_t msec)
262262
{
263263
const uint32_t start = hcd_frame_number(_usbh_controller);
264264
while ( ( hcd_frame_number(_usbh_controller) - start ) < msec ) {}

0 commit comments

Comments
 (0)