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
.settings
.cproject
obj/
obj/main
patches/
startup_stm32f10x_md_gcc.s

View File

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

View File

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