Skip to content

Commit

Permalink
Merge pull request #15 from LedgerHQ/xch/remove-pending-flag
Browse files Browse the repository at this point in the history
Remove pending flag
  • Loading branch information
xchapron-ledger authored Feb 14, 2024
2 parents 6629f03 + 3b97aac commit 6d157c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

APPVERSION_M = 1
APPVERSION_N = 0
APPVERSION_P = 5
APPVERSION_P = 6

NANOS_ID = 1
WORDS = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about"
Expand Down
4 changes: 0 additions & 4 deletions MakefileLocal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ DEFINES += HAVE_BAGL HAVE_SPRINTF HAVE_SNPRINTF_FORMAT_U
DEFINES += APPVERSION=\"$(APPVERSION)\"
DEFINES += MAJOR_VERSION=$(APPVERSION_M) MINOR_VERSION=$(APPVERSION_N) PATCH_VERSION=$(APPVERSION_P)

# Ledger: add the "Pending security review" disclaimer
APP_LOAD_PARAMS += --tlvraw 9F:01
DEFINES += HAVE_PENDING_REVIEW_SCREEN

## USB HID?
DEFINES += HAVE_IO_USB HAVE_L4_USBLIB IO_USB_MAX_ENDPOINTS=4 IO_HID_EP_LENGTH=64 HAVE_USB_APDU

Expand Down

0 comments on commit 6d157c0

Please sign in to comment.