From fad4e3a3da562106ea95c431837d249b2387278e Mon Sep 17 00:00:00 2001 From: pcirillo Date: Wed, 10 Apr 2013 10:25:58 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5582 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/SPC56ELxx/PWM-ICU/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testhal/SPC56ELxx/PWM-ICU/main.c b/testhal/SPC56ELxx/PWM-ICU/main.c index 0e9c6a4ed..65e2435be 100644 --- a/testhal/SPC56ELxx/PWM-ICU/main.c +++ b/testhal/SPC56ELxx/PWM-ICU/main.c @@ -59,8 +59,7 @@ static ICUConfig icucfg = { 250000, /* 250kHz ICU clock frequency.*/ icuwidthcb, icuperiodcb, - NULL, - ICU_CHANNEL_1 + NULL }; /* -- cgit v1.2.3