Betaflight Recognition
This commit is contained in:
parent
6a92b9a808
commit
b02a884c0c
|
@ -8,7 +8,7 @@
|
|||
.project
|
||||
.settings
|
||||
.cproject
|
||||
obj/
|
||||
obj/main
|
||||
patches/
|
||||
startup_stm32f10x_md_gcc.s
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ FLASH_SIZE ?=
|
|||
# Things that need to be maintained as the source changes
|
||||
#
|
||||
|
||||
FORKNAME = cleanflight
|
||||
FORKNAME = betaflight
|
||||
|
||||
VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE
|
||||
|
||||
|
|
|
@ -2146,7 +2146,7 @@ static void cliVersion(char *cmdline)
|
|||
{
|
||||
UNUSED(cmdline);
|
||||
|
||||
printf("# Cleanflight/%s %s %s / %s (%s)",
|
||||
printf("# Betaflight/%s %s %s / %s (%s)",
|
||||
targetName,
|
||||
FC_VERSION_STRING,
|
||||
buildDate,
|
||||
|
|
Loading…
Reference in New Issue