mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Updating FIXME comments.
This commit is contained in:
parent
3dbdedf1b2
commit
4bf0e9cfa2
1 changed files with 1 additions and 3 deletions
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
void gpioInit(GPIO_TypeDef *gpio, gpio_config_t *config)
|
void gpioInit(GPIO_TypeDef *gpio, gpio_config_t *config)
|
||||||
{
|
{
|
||||||
// FIXME implement
|
|
||||||
|
|
||||||
GPIO_InitTypeDef GPIO_InitStructure;
|
GPIO_InitTypeDef GPIO_InitStructure;
|
||||||
|
|
||||||
uint32_t pinIndex;
|
uint32_t pinIndex;
|
||||||
|
@ -56,5 +54,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)
|
||||||
{
|
{
|
||||||
// FIXME needed? implement?
|
// FIXME needed yet? implement?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue