diff options
Diffstat (limited to 'os/hal/platforms/STM32/mac_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/mac_lld.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/mac_lld.h b/os/hal/platforms/STM32/mac_lld.h index 59c39ac17..f765f1699 100644 --- a/os/hal/platforms/STM32/mac_lld.h +++ b/os/hal/platforms/STM32/mac_lld.h @@ -291,7 +291,6 @@ typedef struct { * @brief Available space size.
*/
size_t size;
- /* End of the mandatory fields.*/
/**
* @brief Pointer to the physical descriptor.
*/
@@ -310,7 +309,6 @@ typedef struct { * @brief Available data size.
*/
size_t size;
- /* End of the mandatory fields.*/
/**
* @brief Pointer to the physical descriptor.
*/
|