diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-24 20:49:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-24 20:49:28 +0000 |
commit | ea76e46321f31f09db8c620ab249a5a230934f66 (patch) | |
tree | ab87918d3622a801f380716c272a4b17b5da48a8 /os/hal/platforms/STM32/adc_lld.h | |
parent | ebf1e0a6041726db3ea64434fd1b439307c39c7d (diff) | |
download | ChibiOS-ea76e46321f31f09db8c620ab249a5a230934f66.tar.gz ChibiOS-ea76e46321f31f09db8c620ab249a5a230934f66.tar.bz2 ChibiOS-ea76e46321f31f09db8c620ab249a5a230934f66.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2527 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/adc_lld.h')
-rw-r--r-- | os/hal/platforms/STM32/adc_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/adc_lld.h b/os/hal/platforms/STM32/adc_lld.h index 92fa21b9d..3e9e07349 100644 --- a/os/hal/platforms/STM32/adc_lld.h +++ b/os/hal/platforms/STM32/adc_lld.h @@ -211,6 +211,7 @@ typedef struct { * @note It could be empty on some architectures.
*/
typedef struct {
+ uint32_t dummy;
} ADCConfig;
/**
|