From 482618c4c0e356daac12f5b794ba51371c53481e Mon Sep 17 00:00:00 2001 From: acirillo87 Date: Tue, 25 Jun 2013 07:26:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5888 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/eMIOS200_v1/pwm_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/platforms/SPC5xx/eMIOS200_v1/pwm_lld.c b/os/hal/platforms/SPC5xx/eMIOS200_v1/pwm_lld.c index b5538f60c..066eaa35a 100644 --- a/os/hal/platforms/SPC5xx/eMIOS200_v1/pwm_lld.c +++ b/os/hal/platforms/SPC5xx/eMIOS200_v1/pwm_lld.c @@ -696,7 +696,7 @@ void pwm_lld_start(PWMDriver *pwmp) { chDbgAssert((psc <= 0xFFFF) && (((psc) * pwmp->config->frequency) == SPC5_EMIOS_CLK) && ((psc == 1) || (psc == 2) || (psc == 3) || (psc == 4)), - "pwm_lld_start(), #1", "invalid frequency"); + "pwm_lld_start(), #2", "invalid frequency"); if (pwmp->config->mode == PWM_ALIGN_EDGE) { pwmp->emiosp->CH[pwmp->ch_number].CCR.B.UCPREN = 0; -- cgit v1.2.3