aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/USBv1/usb_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 08:50:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-08-21 08:50:11 +0000
commitc13206f3eea1a01848cbabc4b57a85f9cb02b17a (patch)
tree12ed6ed3440701f379048b86aad4b4ceadb73866 /os/hal/platforms/STM32/USBv1/usb_lld.h
parenteee100dd4443d592efb3cd75e890fe4d1f4ab553 (diff)
downloadChibiOS-c13206f3eea1a01848cbabc4b57a85f9cb02b17a.tar.gz
ChibiOS-c13206f3eea1a01848cbabc4b57a85f9cb02b17a.tar.bz2
ChibiOS-c13206f3eea1a01848cbabc4b57a85f9cb02b17a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4599 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/USBv1/usb_lld.h')
-rw-r--r--os/hal/platforms/STM32/USBv1/usb_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/USBv1/usb_lld.h b/os/hal/platforms/STM32/USBv1/usb_lld.h
index 7e7253abd..bce83681a 100644
--- a/os/hal/platforms/STM32/USBv1/usb_lld.h
+++ b/os/hal/platforms/STM32/USBv1/usb_lld.h
@@ -237,6 +237,11 @@ typedef struct {
USBOutEndpointState *out_state;
/* End of the mandatory fields.*/
/**
+ * @brief Reserved field, not currently used.
+ * @note Initialize this field to 1 in order to be forward compatible.
+ */
+ uint16_t ep_buffers;
+ /**
* @brief Pointer to a buffer for setup packets.
* @details Setup packets require a dedicated 8-bytes buffer, set this
* field to @p NULL for non-control endpoints.