diff options
author | pcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-10 10:25:58 +0000 |
---|---|---|
committer | pcirillo <pcirillo@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-10 10:25:58 +0000 |
commit | fad4e3a3da562106ea95c431837d249b2387278e (patch) | |
tree | 5443af1bb443450a037488fd2377f5da9f6bb9d5 /testhal | |
parent | 16d3d37c527ca5c29d2d14dad72898ebc6728b52 (diff) | |
download | ChibiOS-fad4e3a3da562106ea95c431837d249b2387278e.tar.gz ChibiOS-fad4e3a3da562106ea95c431837d249b2387278e.tar.bz2 ChibiOS-fad4e3a3da562106ea95c431837d249b2387278e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5582 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/SPC56ELxx/PWM-ICU/main.c | 3 |
1 files changed, 1 insertions, 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
};
/*
|