diff options
author | pcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-09 12:05:51 +0000 |
---|---|---|
committer | pcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-09 12:05:51 +0000 |
commit | 2c53a8e16d6c913eba7923fa7c33c7473589863b (patch) | |
tree | f5a1496071c40f67ba4659b07508c9eb938ee693 /os | |
parent | 29b952db0c66df8f26cec5608cb2df77bc1af26e (diff) | |
download | ChibiOS-2c53a8e16d6c913eba7923fa7c33c7473589863b.tar.gz ChibiOS-2c53a8e16d6c913eba7923fa7c33c7473589863b.tar.bz2 ChibiOS-2c53a8e16d6c913eba7923fa7c33c7473589863b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6422 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/SPC5xx/eTimer_v1/spc5_etimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/eTimer_v1/spc5_etimer.h b/os/hal/platforms/SPC5xx/eTimer_v1/spc5_etimer.h index 390af2ec8..1ab9e8fad 100644 --- a/os/hal/platforms/SPC5xx/eTimer_v1/spc5_etimer.h +++ b/os/hal/platforms/SPC5xx/eTimer_v1/spc5_etimer.h @@ -295,7 +295,7 @@ struct spc5_etimer { /*===========================================================================*/
/**
- * @name FlexPWM units references
+ * @name eTimer units references
* @{
*/
#if SPC5_HAS_ETIMER0
|