Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
solosky committed Feb 15, 2024
1 parent 3c00fba commit 77b126a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/application/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ sdk_config:
java -jar $(CMSIS_CONFIG_TOOL) $(SDK_CONFIG_FILE)

version:
@cd ../ && python scripts/version_gen.py
@cd ../ && python3 scripts/version_gen.py

settingsgen:
nrfutil settings generate --family NRF52 --application $(OUTPUT_DIRECTORY)/pixljs.hex --application-version $(APP_VERSION) --bootloader-version 1 --bl-settings-version 1 $(OUTPUT_DIRECTORY)/settings.hex
Expand Down

0 comments on commit 77b126a

Please sign in to comment.