1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Betaflight Recognition

This commit is contained in:
borisbstyle 2015-08-15 01:01:44 +02:00
parent 6a92b9a808
commit b02a884c0c
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -8,7 +8,7 @@
.project .project
.settings .settings
.cproject .cproject
obj/ obj/main
patches/ patches/
startup_stm32f10x_md_gcc.s startup_stm32f10x_md_gcc.s

View file

@ -36,7 +36,7 @@ FLASH_SIZE ?=
# Things that need to be maintained as the source changes # 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 VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE

View file

@ -2146,7 +2146,7 @@ static void cliVersion(char *cmdline)
{ {
UNUSED(cmdline); UNUSED(cmdline);
printf("# Cleanflight/%s %s %s / %s (%s)", printf("# Betaflight/%s %s %s / %s (%s)",
targetName, targetName,
FC_VERSION_STRING, FC_VERSION_STRING,
buildDate, buildDate,