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:
parent
99e94a818c
commit
fe717dfcc6
3 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue