AlphaFlight
This commit is contained in:
parent
1cf4e9787a
commit
70d04e46d0
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue