diff options
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/LLD/OTGv1/usb_lld.h | 2 |
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.
*/
|