From 672c4381f55bb8d7fd7ff902dae116c5b9b72373 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 26 Dec 2015 10:36:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8645 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/OTGv1/usb_lld.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/ports/STM32/LLD/OTGv1/usb_lld.h') 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. */ -- cgit v1.2.3