aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/sdc_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-02 19:49:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-02 19:49:35 +0000
commitf6ed2f2a8427129c0d24dee81536dbcedaf2d793 (patch)
treefafc7709771520163186d980bb1b29c406f186ad /os/hal/platforms/STM32/sdc_lld.h
parent31456cb4fea72d79b9c1af9a5b0cc7e3fed1ed6e (diff)
downloadChibiOS-f6ed2f2a8427129c0d24dee81536dbcedaf2d793.tar.gz
ChibiOS-f6ed2f2a8427129c0d24dee81536dbcedaf2d793.tar.bz2
ChibiOS-f6ed2f2a8427129c0d24dee81536dbcedaf2d793.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2916 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/sdc_lld.h')
-rw-r--r--os/hal/platforms/STM32/sdc_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h
index 349c1df95..4b27b92c1 100644
--- a/os/hal/platforms/STM32/sdc_lld.h
+++ b/os/hal/platforms/STM32/sdc_lld.h
@@ -141,6 +141,10 @@ struct SDCDriver {
*/
uint32_t csd[4];
/* End of the mandatory fields.*/
+ /**
+ * @brief Tthread waiting for I/O completion IRQ.
+ */
+ Thread *thread;
};
/*===========================================================================*/