diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-26 09:49:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-26 09:49:10 +0000 |
commit | 3aa8654e3a5533f54086ba1311b4feeafd9d7795 (patch) | |
tree | c31d4aa137bd54f426b794185153d48f26057d5b /os/hal/include/usb.h | |
parent | 84cba6bb97764b87bfd4acfa5216daadfaea25e0 (diff) | |
download | ChibiOS-3aa8654e3a5533f54086ba1311b4feeafd9d7795.tar.gz ChibiOS-3aa8654e3a5533f54086ba1311b4feeafd9d7795.tar.bz2 ChibiOS-3aa8654e3a5533f54086ba1311b4feeafd9d7795.zip |
Updated the STM32 USB drivers to the new setup phase convention.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6884 35acf78f-673a-0410-8e92-d51de3d6d3f4
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
|