diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-09 11:08:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-09 11:08:46 +0000 |
commit | 9992b23f94532a5d04da91ee8c0844cfcb8dd2e7 (patch) | |
tree | 5e1948a8f81aeac279a09d7cecea1a52f1c5b372 /os | |
parent | 42dc58dcb210207b3d3841fc81f72e85462dd313 (diff) | |
download | ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.gz ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.bz2 ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.zip |
Fixed bug 3607380.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5387 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/SPC560Pxx/xpc560p.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/platforms/SPC560Pxx/xpc560p.h b/os/hal/platforms/SPC560Pxx/xpc560p.h index 2703b3c91..76ea503ca 100644 --- a/os/hal/platforms/SPC560Pxx/xpc560p.h +++ b/os/hal/platforms/SPC560Pxx/xpc560p.h @@ -12,9 +12,8 @@ * AUTHOR : B16991
* HISTORY : Changes: typo fixed in PSR1 register:SCP -> CSP, MCR: PRESCALE->BITRATE (b16991)
* HISTORY : Changes: typo fixed in ME register MTC bit, SSCM fix, CMU changes(b16991)
- * HISTORY : Changes to CTU Module: CR register (LC->FC), CLR changed to 24 bits (b16991) -
- * HISTORY : Modified to add reserved space in CTU (b16991)
+ * HISTORY : Changes to CTU Module: CR register (LC->FC), CLR changed to 24 bits (b16991)
+ * HISTORY : Modified to add reserved space in CTU (b16991)
* HISTORY : Modified to support ADC on Pictus cut 2 - do not distribute! (ttz778)
* HISTORY : Modified to support CRC on Pictus cut 2 - do not distribute! (r60321)
* HISTORY : Modified to support DSPI0 CS7&8 and new FlexPWM naming on Pictus cut 2 (r60321)
|