Skip to content

Commit

Permalink
reword-this-its-about-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
elric1 committed Sep 21, 2023
1 parent 8ddf8d3 commit 4c3e1bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@ CFLAGS += -Wwrite-strings
########################################
# See SDK `include/appflags.h` for the purpose of each permission
#HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1
#HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
#HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
#HAVE_APPLICATION_FLAG_LIBRARY = 1
ifneq ($(TARGET_NAME), TARGET_NANOS)
HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
endif
HAVE_APPLICATION_FLAG_LIBRARY = 1

########################################
# Application communication interfaces #
Expand Down

0 comments on commit 4c3e1bb

Please sign in to comment.