diff options
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
};
/*
|