mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Merge pull request #32 from yGO77/betaflight
Fix TARGET_BOARD_IDENTIFIER for IRCFUSIONF3
This commit is contained in:
commit
bcc17e21d6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define TARGET_BOARD_IDENTIFIER "IRCF3"
|
#define TARGET_BOARD_IDENTIFIER "IFF3"
|
||||||
|
|
||||||
#define LED0_GPIO GPIOB
|
#define LED0_GPIO GPIOB
|
||||||
#define LED0_PIN Pin_3
|
#define LED0_PIN Pin_3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue