1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

Fix typo in Makefile for populating configuration targets (#14100)

This commit is contained in:
Thomas Stibor 2024-12-22 21:29:11 +01:00 committed by GitHub
parent ac82d8b998
commit 00bcbdd897
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -642,7 +642,7 @@ help: Makefile mk/tools.mk
@echo "Or:"
@echo " make <config-target> [V=<verbosity>] [OPTIONS=\"<options>\"] [EXTRA_FLAGS=\"<extra_flags>\"]"
@echo ""
@echo "To pupulate configuration targets:"
@echo "To populate configuration targets:"
@echo " make configs"
@echo ""
@echo "Valid TARGET values are: $(BASE_TARGETS)"