aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/OTGv1/usb_lld.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-26 10:36:20 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-26 10:36:20 +0000
commit672c4381f55bb8d7fd7ff902dae116c5b9b72373 (patch)
treefd517e5fc35580a0f6761c89719e854e4830d958 /os/hal/ports/STM32/LLD/OTGv1/usb_lld.h
parent2fdca55f58f29aa01be6a0b90728c902c20098ef (diff)
downloadChibiOS-672c4381f55bb8d7fd7ff902dae116c5b9b72373.tar.gz
ChibiOS-672c4381f55bb8d7fd7ff902dae116c5b9b72373.tar.bz2
ChibiOS-672c4381f55bb8d7fd7ff902dae116c5b9b72373.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8645 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/OTGv1/usb_lld.h')
-rw-r--r--os/hal/ports/STM32/LLD/OTGv1/usb_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/LLD/OTGv1/usb_lld.h b/os/hal/ports/STM32/LLD/OTGv1/usb_lld.h
index a8c3bd4d9..544d5aecd 100644
--- a/os/hal/ports/STM32/LLD/OTGv1/usb_lld.h
+++ b/os/hal/ports/STM32/LLD/OTGv1/usb_lld.h
@@ -226,6 +226,7 @@ typedef struct {
* @brief Pointer to the transmission linear buffer.
*/
const uint8_t *txbuf;
+ /* End of the mandatory fields.*/
/**
* @brief Total transmit transfer size.
*/
@@ -248,6 +249,7 @@ typedef struct {
* @brief Pointer to the receive linear buffer.
*/
uint8_t *rxbuf;
+ /* End of the mandatory fields.*/
/**
* @brief Total transmit transfer size.
*/