diff options
author | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-25 07:26:10 +0000 |
---|---|---|
committer | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-25 07:26:10 +0000 |
commit | 7650756a8515ba1b235474eeb72d08d6033fe859 (patch) | |
tree | 1a34ec2d7410a6266c83086556a189bf5238083f /os/hal | |
parent | 6796c8a6760cdbbd8a85619ec8b118de40a19296 (diff) | |
download | ChibiOS-7650756a8515ba1b235474eeb72d08d6033fe859.tar.gz ChibiOS-7650756a8515ba1b235474eeb72d08d6033fe859.tar.bz2 ChibiOS-7650756a8515ba1b235474eeb72d08d6033fe859.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5887 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/SPC5xx/eMIOS200_v1/icu_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/eMIOS200_v1/icu_lld.c b/os/hal/platforms/SPC5xx/eMIOS200_v1/icu_lld.c index 52337ff6b..69964884e 100644 --- a/os/hal/platforms/SPC5xx/eMIOS200_v1/icu_lld.c +++ b/os/hal/platforms/SPC5xx/eMIOS200_v1/icu_lld.c @@ -711,7 +711,7 @@ void icu_lld_start(ICUDriver *icup) { chDbgAssert((psc <= 4) &&
((psc * icup->config->frequency) == icup->clock) &&
((psc == 1) || (psc == 2) || (psc == 3) || (psc == 4)),
- "icu_lld_start(), #1", "invalid frequency");
+ "icu_lld_start(), #2", "invalid frequency");
icup->emiosp->CH[icup->ch_number].CCR.B.UCPREN = 0;
icup->emiosp->CH[icup->ch_number].CCR.R |=
|