1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Fixed IRQ to EXTI3_IRQHandler

Changed IRQ functionname - no handler needed
This commit is contained in:
henn1001 2015-09-18 18:46:54 +02:00
parent 99e94a818c
commit fe717dfcc6
3 changed files with 4 additions and 6 deletions

View file

@ -149,7 +149,7 @@ const mpu6000Config_t *selectMPU6000Config(void)
.exti_port_source = GPIO_PortSourceGPIOA,
.exti_pin_source = GPIO_PinSource3,
.exti_line = EXTI_Line3,
.exti_irqn = EXTI15_10_IRQn
.exti_irqn = EXTI3_IRQn
};
return &CC3DMPU6000Config;
#endif