aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-24 15:45:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-24 15:45:04 +0000
commitc39343f7286f9d4135b40b470f5633ad044f0679 (patch)
treedbdfe50dc648f602e0607217891a18ca40cbd823 /os/hal/platforms/STM32
parent9708a3c30ff4ce1d95b3333b6be4375138a89be5 (diff)
downloadChibiOS-c39343f7286f9d4135b40b470f5633ad044f0679.tar.gz
ChibiOS-c39343f7286f9d4135b40b470f5633ad044f0679.tar.bz2
ChibiOS-c39343f7286f9d4135b40b470f5633ad044f0679.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5314 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32')
-rw-r--r--os/hal/platforms/STM32/mac_lld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/mac_lld.h b/os/hal/platforms/STM32/mac_lld.h
index 3c0882f1d..489607f39 100644
--- a/os/hal/platforms/STM32/mac_lld.h
+++ b/os/hal/platforms/STM32/mac_lld.h
@@ -291,6 +291,7 @@ typedef struct {
* @brief Available space size.
*/
size_t size;
+ /* End of the mandatory fields.*/
/**
* @brief Pointer to the physical descriptor.
*/
@@ -309,6 +310,7 @@ typedef struct {
* @brief Available data size.
*/
size_t size;
+ /* End of the mandatory fields.*/
/**
* @brief Pointer to the physical descriptor.
*/