diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-02 13:42:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-05-02 13:42:42 +0000 |
commit | eb28cc7c13def28fb504bd77bd44d905fcfee1d3 (patch) | |
tree | 0d16c69ea8db27895cc63759f44ac9d51f19cada | |
parent | 0a57fb9c8747bf871f2ab9f6e4dbdd60bc67a4f5 (diff) | |
download | ChibiOS-eb28cc7c13def28fb504bd77bd44d905fcfee1d3.tar.gz ChibiOS-eb28cc7c13def28fb504bd77bd44d905fcfee1d3.tar.bz2 ChibiOS-eb28cc7c13def28fb504bd77bd44d905fcfee1d3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5656 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c index 609be3c2f..e429688de 100644 --- a/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c +++ b/os/hal/platforms/SPC5xx/eTimer_v1/icu_lld.c @@ -292,7 +292,7 @@ static void spc5_icu_smod_init(ICUDriver *icup) { ((psc == 1) || (psc == 2) || (psc == 4) ||
(psc == 8) || (psc == 16) || (psc == 32) ||
(psc == 64) || (psc == 128)),
- "icu_lld_start(), #1", "invalid frequency");
+ "spc5_icu_smod_init(), #1", "invalid frequency");
/* Set primary source and clock prescaler.*/
switch (psc) {
|