Revert "drivers: usb: device: add start of frame notifications to nxp mcux driver"

This reverts commit 21c9c4abfe.

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-01-11 17:00:42 +00:00 committed by Carles Cufí
parent f885763b50
commit 5bda339058

View file

@ -910,9 +910,6 @@ static void usb_mcux_thread_main(void *arg1, void *arg2, void *arg3)
case kUSB_DeviceNotifyResume:
dev_state.status_cb(USB_DC_RESUME, NULL);
break;
case kUSB_DeviceNotifySOF:
dev_state.status_cb(USB_DC_SOF, NULL);
break;
default:
ep_abs_idx = EP_ABS_IDX(msg.code);