Skip to content

Commit

Permalink
Add autocomplete for hydrating configuration (betaflight#13378)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Feb 22, 2024
1 parent 92d5460 commit c6250fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,9 @@ $(CONFIGS_CLEAN):
## clean_all : clean all targets
clean_all: $(TARGETS_CLEAN) test_clean

## configs : Hydrate configuration
configs: configs

TARGETS_FLASH = $(addsuffix _flash,$(BASE_TARGETS))

## <TARGET>_flash : build and flash a target
Expand Down

0 comments on commit c6250fe

Please sign in to comment.