mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/periph/usbdev: remove deprecated event flag
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
92c36df77b
commit
6fdc00a1b5
@ -221,16 +221,6 @@ typedef enum {
|
||||
*/
|
||||
USBDEV_EVENT_TR_STALL,
|
||||
|
||||
/**
|
||||
* @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,
|
||||
/* expand list if required */
|
||||
} usbdev_event_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user