Skip to content

Commit 44e344a

Browse files
Removed BOLOS_SETTINGS app flag
Already activated by the standard_app Makefile for devices that need it (bluetooth ones)
1 parent e35b1cd commit 44e344a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ VARIANT_VALUES = $(SUPPORTED_CHAINS)
112112
# See SDK `include/appflags.h` for the purpose of each permission
113113
#HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1
114114
#HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
115-
HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
115+
#HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
116116
ifeq ($(CHAIN),ethereum)
117117
HAVE_APPLICATION_FLAG_LIBRARY = 1
118118
else

0 commit comments

Comments
 (0)