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