1
0
Fork 0
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:
YANN OEFFNER 2015-10-30 06:55:20 +01:00
parent 9028ca71d6
commit 8d19824668

View file

@ -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