mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +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)
|
void gpioExtiLineConfig(uint8_t portsrc, uint8_t pinsrc)
|
||||||
{
|
{
|
||||||
UNUSED(portsrc);
|
SYSCFG_EXTILineConfig(portsrc, pinsrc);
|
||||||
UNUSED(pinsrc);
|
|
||||||
|
|
||||||
// FIXME needed yet? implement?
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue