mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Fix TARGET_BOARD_IDENTIFIER for IRCFUSIONF3
Only 4 characters allowed, so set it as IFF3.
This commit is contained in:
parent
9028ca71d6
commit
8d19824668
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define TARGET_BOARD_IDENTIFIER "IRCF3"
|
||||
#define TARGET_BOARD_IDENTIFIER "IFF3"
|
||||
|
||||
#define LED0_GPIO GPIOB
|
||||
#define LED0_PIN Pin_3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue