aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC560Pxx
diff options
context:
space:
mode:
authorpcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-10 09:56:34 +0000
committerpcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-04-10 09:56:34 +0000
commit2114bc97d1daebe4240ee670813ff3586e24bdf9 (patch)
tree3dba2619c5aa8b2a79bfe68895e75ac60850e608 /testhal/SPC560Pxx
parent76b3f122ac0faac96d8b7a47254a497eebaecf17 (diff)
downloadChibiOS-2114bc97d1daebe4240ee670813ff3586e24bdf9.tar.gz
ChibiOS-2114bc97d1daebe4240ee670813ff3586e24bdf9.tar.bz2
ChibiOS-2114bc97d1daebe4240ee670813ff3586e24bdf9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5580 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC560Pxx')
-rw-r--r--testhal/SPC560Pxx/PWM-ICU/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/main.c b/testhal/SPC560Pxx/PWM-ICU/main.c
index 4b7c91b8c..eb12cda0e 100644
--- a/testhal/SPC560Pxx/PWM-ICU/main.c
+++ b/testhal/SPC560Pxx/PWM-ICU/main.c
@@ -59,8 +59,7 @@ static ICUConfig icucfg = {
250000, /* 250kHz ICU clock frequency.*/
icuwidthcb,
icuperiodcb,
- NULL,
- ICU_CHANNEL_1
+ NULL
};
/*