diff options
Diffstat (limited to 'common/usbx_host_classes/src')
| -rw-r--r-- | common/usbx_host_classes/src/ux_host_class_asix_reception_callback.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/common/usbx_host_classes/src/ux_host_class_asix_reception_callback.c b/common/usbx_host_classes/src/ux_host_class_asix_reception_callback.c index bc808fd..72233f0 100644 --- a/common/usbx_host_classes/src/ux_host_class_asix_reception_callback.c +++ b/common/usbx_host_classes/src/ux_host_class_asix_reception_callback.c @@ -42,11 +42,9 @@ /* */ /* DESCRIPTION */ /* */ -/* This function is the callback from the USBX transfer functions, */ -/* it is called when a full or partial transfer has been done for a */ -/* bulk in transfer. It calls back the application. */ -/* */ -/* It's deprecated. */ +/* DEPRECATED. The ASIX host class reception path has been redesigned; */ +/* this callback is no longer registered or invoked by the driver. */ +/* Do not call this function directly. */ /* */ /* INPUT */ /* */ |
