mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
STM32F3 - Allow EXTI configuration.
This commit is contained in:
parent
1ca00bdb9e
commit
413e0bde64
1 changed files with 1 additions and 4 deletions
|
@ -72,8 +72,5 @@ void gpioInit(GPIO_TypeDef *gpio, gpio_config_t *config)
|
|||
|
||||
void gpioExtiLineConfig(uint8_t portsrc, uint8_t pinsrc)
|
||||
{
|
||||
UNUSED(portsrc);
|
||||
UNUSED(pinsrc);
|
||||
|
||||
// FIXME needed yet? implement?
|
||||
SYSCFG_EXTILineConfig(portsrc, pinsrc);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue