Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TeknoPT committed Dec 13, 2023
1 parent f2cdc29 commit ad69df5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
APP_SOURCE_PATH += src

# APPLICATION_FLAG_BOLOS_SETTINGS
ifeq ($(TARGET_NAME), TARGET_NANOX)
APP_LOAD_PARAMS=--appFlags 0x200
else
APP_LOAD_PARAMS=--appFlags 0x000
endif
#ifeq ($(TARGET_NAME), TARGET_NANOX)
#APP_LOAD_PARAMS=--appFlags 0x200
#else
#APP_LOAD_PARAMS=--appFlags 0x000
#endif


# Application icons following guidelines:
Expand Down

0 comments on commit ad69df5

Please sign in to comment.