aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC560Pxx
diff options
context:
space:
mode:
authoracirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-07 17:27:30 +0000
committeracirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-07 17:27:30 +0000
commit8b2210052f08f6053939ce65fc3921c2c23bc497 (patch)
tree8f062da88d4c8b6681029d71d3a80f2e78a7488d /testhal/SPC560Pxx
parent5d9422111caf8a71ec8acfee598b12e4fc8e76ca (diff)
downloadChibiOS-8b2210052f08f6053939ce65fc3921c2c23bc497.tar.gz
ChibiOS-8b2210052f08f6053939ce65fc3921c2c23bc497.tar.bz2
ChibiOS-8b2210052f08f6053939ce65fc3921c2c23bc497.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5379 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC560Pxx')
-rw-r--r--testhal/SPC560Pxx/PWM-ICU/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/main.c b/testhal/SPC560Pxx/PWM-ICU/main.c
index 2ba47d357..d922b959f 100644
--- a/testhal/SPC560Pxx/PWM-ICU/main.c
+++ b/testhal/SPC560Pxx/PWM-ICU/main.c
@@ -36,8 +36,8 @@ static PWMConfig pwmcfg = {
50000, /* Initial PWM period 0.2s.*/
pwmpcb,
{
- {PWM_COMPLEMENTARY_OUTPUT_ACTIVE_HIGH, pwmc1cb},
- {PWM_OUTPUT_ACTIVE_HIGH, NULL}
+ {PWM_OUTPUT_ACTIVE_HIGH, pwmc1cb},
+ {PWM_OUTPUT_DISABLED, NULL}
},
EDGE_ALIGNED_PWM
};