usbdev: Deprecate USBDEV_EVENT_TR_FAIL

This commit is contained in:
Koen Zandberg 2021-10-24 19:26:56 +02:00
parent 0ce6bfc1a2
commit 9f8aee4e95
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B

View File

@ -188,6 +188,10 @@ typedef enum {
/**
* @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.
*/
USBDEV_EVENT_TR_FAIL,