Created commit 57c9aab: Fix pwm_input typo for cleaner sys_time_hw interface

This commit is contained in:
Allen Ibara
2009-07-23 19:37:28 +00:00
parent 99bb99b31c
commit 959ffede29
+1 -1
View File
@@ -29,7 +29,7 @@ static inline void pwm_input_isr()
}
}
#define PWM_INPUT_IT PPM_CRI TIR_CR3I
#define PWM_INPUT_IT TIR_CR3I
#define PWM_INPUT_ISR() pwm_input_isr()
#endif /* PWM_INPUT_H */