Skip to content

Commit

Permalink
Merge pull request #575 from LedgerHQ/xch/cherry-pick-18
Browse files Browse the repository at this point in the history
Cherry pick for API_LEVEL_18
  • Loading branch information
xchapron-ledger authored Mar 18, 2024
2 parents f39f330 + a566922 commit d64be6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.app_params
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ APP_LOAD_PARAMS += --apiLevel $(API_LEVEL)
APP_LOAD_PARAMS += --fileName bin/app.hex
APP_LOAD_PARAMS += --appName $(APPNAME)
ifneq ($(APP_FLAGS_APP_LOAD_PARAMS),)
APP_LOAD_PARAMS += --appFlags $(APP_FLAGS_APP_LOAD_PARAMS)
APP_LOAD_PARAMS += --appFlags $(lastword $(APP_FLAGS_APP_LOAD_PARAMS))
endif
APP_LOAD_PARAMS += --delete
APP_LOAD_PARAMS += --tlv
Expand Down

0 comments on commit d64be6b

Please sign in to comment.