[apogee] fix type in board file

This commit is contained in:
Gautier Hattenberger
2013-08-27 16:47:48 +02:00
parent fbdb40d029
commit e10c953b27
+1 -1
View File
@@ -308,7 +308,7 @@
#endif #endif
#if USE_PWM3 #if USE_PWM3
#define PWM_SERVO_3_IDX 3 #define PWM_SERVO_3 3
#define PWM_SERVO_3_TIMER TIM3 #define PWM_SERVO_3_TIMER TIM3
#define PWM_SERVO_3_RCC_IOP RCC_AHB1ENR_IOPBEN #define PWM_SERVO_3_RCC_IOP RCC_AHB1ENR_IOPBEN
#define PWM_SERVO_3_GPIO GPIOB #define PWM_SERVO_3_GPIO GPIOB