[stm32] fix ppm for LisaL

This commit is contained in:
Felix Ruess
2013-06-04 19:21:26 +02:00
parent b084e20484
commit ed489f595f
+1
View File
@@ -81,6 +81,7 @@
/* /*
* PPM input * PPM input
*/ */
#define USE_PPM_TIM2 1
#define PPM_CHANNEL TIM_IC2 #define PPM_CHANNEL TIM_IC2
#define PPM_TIMER_INPUT TIM_IC_IN_TI2 #define PPM_TIMER_INPUT TIM_IC_IN_TI2
#define PPM_IRQ NVIC_TIM2_IRQ #define PPM_IRQ NVIC_TIM2_IRQ