AlphaFlight

This commit is contained in:
borisbstyle 2015-09-19 00:47:37 +02:00
parent 1cf4e9787a
commit 70d04e46d0
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ FLASH_SIZE ?=
# Things that need to be maintained as the source changes
#
FORKNAME = betaflight
FORKNAME = alphaflight
VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE MOTOLAB

View File

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