diff options
Diffstat (limited to 'os/hal/include/usb.h')
-rw-r--r-- | os/hal/include/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/include/usb.h b/os/hal/include/usb.h index 9cfc0fb00..3d34708eb 100644 --- a/os/hal/include/usb.h +++ b/os/hal/include/usb.h @@ -451,9 +451,6 @@ typedef const USBDescriptor * (*usbgetdescriptor_t)(USBDriver *usbp, (usbp)->ep0endcb = (endcb); \
}
-#define usbSetupEnd(usbp, ep) \
- usb_lld_end_transaction(usbp, ep)
-
/**
* @brief Reads a setup packet from the dedicated packet buffer.
* @details This function must be invoked in the context of the @p setup_cb
|