Skip to content

Commit

Permalink
Remove unused Ledger flags in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Feb 13, 2024
1 parent 7dc8836 commit 84a4c2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ CFLAGS += -Wwrite-strings
########################################
# See SDK `include/appflags.h` for the purpose of each permission
#HAVE_APPLICATION_FLAG_DERIVE_MASTER = 1
ifneq ($(TARGET_NAME), TARGET_NANOS)
HAVE_APPLICATION_FLAG_GLOBAL_PIN = 1
HAVE_APPLICATION_FLAG_BOLOS_SETTINGS = 1
endif
HAVE_APPLICATION_FLAG_LIBRARY = 1

########################################
Expand Down
2 changes: 1 addition & 1 deletion app/src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ extern const settings_t N_settings_real;

extern unsigned int app_stack_canary; // From SDK

extern unsigned char G_io_seproxyhal_spi_buffer[IO_SEPROXYHAL_BUFFER_SIZE_B];
extern unsigned char G_io_seproxyhal_spi_buffer[IO_SEPROXYHAL_BUFFER_SIZE_B];

0 comments on commit 84a4c2a

Please sign in to comment.