diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-22 11:56:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-22 11:56:07 +0000 |
commit | 73be3d6450ed68aa4565066137add9013fbecdbc (patch) | |
tree | 10de70495c7bc25ae5cc32c16489f5c40b23d010 /os/hal | |
parent | 5b82050f03ec5574fce2591e24549b9f683ccd37 (diff) | |
download | ChibiOS-73be3d6450ed68aa4565066137add9013fbecdbc.tar.gz ChibiOS-73be3d6450ed68aa4565066137add9013fbecdbc.tar.bz2 ChibiOS-73be3d6450ed68aa4565066137add9013fbecdbc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5485 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h b/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h index a0ded1eb4..9ad820ee4 100644 --- a/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h +++ b/os/hal/platforms/SPC5xx/EQADC_v1/adc_lld.h @@ -588,7 +588,7 @@ typedef struct { /**
* @brief Driver configuration structure.
- * @note It could be empty on some architectures.
+ * @note Empty in this implementation can be ignored.
*/
typedef struct {
uint32_t dummy;
|