Skip to content

Commit

Permalink
Merge pull request #8 from NicolasFlamel1/master
Browse files Browse the repository at this point in the history
Removes pending Ledger review screen and increase version number
  • Loading branch information
fbeutin-ledger authored Jul 25, 2024
2 parents 992ca30 + 2530a3c commit 9bcce58
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

# Application version
APPVERSION_M = 7
APPVERSION_N = 4
APPVERSION_P = 1
APPVERSION_N = 5
APPVERSION_P = 0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Emulator flags
Expand Down Expand Up @@ -251,10 +251,6 @@ else

# Define printf as nothing
DEFINES += PRINTF\(...\)=

# Add security review banner. To be removed once Ledger security review is done.
APP_LOAD_PARAMS += --tlvraw 9F:01
DEFINES += HAVE_PENDING_REVIEW_SCREEN
endif

# Define stack canary
Expand Down

0 comments on commit 9bcce58

Please sign in to comment.