diff options
author | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-17 19:07:15 +0000 |
---|---|---|
committer | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-17 19:07:15 +0000 |
commit | cf2043de3b1f4db9a7385015cc409a19640402f4 (patch) | |
tree | 964ff35211ac01eed3e8d4a9f2f1ca50a5d2b93b /os | |
parent | 3078f768b09736ef18038bec92cfbdda8faa3e01 (diff) | |
download | ChibiOS-cf2043de3b1f4db9a7385015cc409a19640402f4.tar.gz ChibiOS-cf2043de3b1f4db9a7385015cc409a19640402f4.tar.bz2 ChibiOS-cf2043de3b1f4db9a7385015cc409a19640402f4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6480 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h b/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h index 31921333c..96fb50a82 100644 --- a/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h +++ b/os/hal/platforms/SPC5xx/eMIOS_v1/icu_lld.h @@ -267,7 +267,7 @@ struct ICUDriver { /**
* @brief eMIOSx channel number.
*/
- uint32_t ch_number;
+ uint32_t ch_number;
/**
* @brief Current configuration data.
*/
|