usbdev: Deprecate USBDEV_EVENT_TR_FAIL
This commit is contained in:
parent
0ce6bfc1a2
commit
9f8aee4e95
@ -188,6 +188,10 @@ typedef enum {
|
|||||||
/**
|
/**
|
||||||
* @brief Transaction fail event.
|
* @brief Transaction fail event.
|
||||||
*
|
*
|
||||||
|
* @deprecated This event is deprecated as only a limited number of devices
|
||||||
|
* implement and doesn't offer value for upper layer code. This
|
||||||
|
* event will be removed after the 2022.07 release.
|
||||||
|
*
|
||||||
* An endpoint should emit this event after a nack reply to the host.
|
* An endpoint should emit this event after a nack reply to the host.
|
||||||
*/
|
*/
|
||||||
USBDEV_EVENT_TR_FAIL,
|
USBDEV_EVENT_TR_FAIL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user