diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-30 10:14:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-30 10:14:07 +0000 |
commit | fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f (patch) | |
tree | c8b41227eeda0a42397e35156c2bc9da15af5954 /os/hal | |
parent | 2e7866f634ddf31530c0c83ff8bdfc3b75f42e82 (diff) | |
download | ChibiOS-fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f.tar.gz ChibiOS-fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f.tar.bz2 ChibiOS-fc8ea30f6e774ab92b2a44c4eb5e40ae2a9d9d1f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2906 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/sdc_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/sdc_lld.h b/os/hal/platforms/STM32/sdc_lld.h index 8ed64a5b0..729244e91 100644 --- a/os/hal/platforms/STM32/sdc_lld.h +++ b/os/hal/platforms/STM32/sdc_lld.h @@ -108,7 +108,7 @@ typedef struct SDCDriver SDCDriver; * @note It could be empty on some architectures.
*/
typedef struct {
-
+ uint32_t dummy;
} SDCConfig;
/**
|