Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Nov 26, 2023
1 parent de8c05f commit 8ecfe8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ ENABLE_NBGL_QRCODE = 1
#DISABLE_STANDARD_SNPRINTF = 1
#DISABLE_STANDARD_USB = 1
#DISABLE_STANDARD_WEBUSB = 1
#DISABLE_STANDARD_BAGL_UX_FLOW = 1

ifeq ($(TARGET_NAME), TARGET_NANOS)
DISABLE_STANDARD_BAGL_UX_FLOW = 1
endif

########################################
# Additional configuration #
Expand All @@ -150,8 +153,6 @@ ENABLE_NBGL_QRCODE = 1
DEFINES += HAVE_U2F HAVE_IO_U2F U2F_PROXY_MAGIC=\"ADA\"
SDK_SOURCE_PATH += lib_u2f

DEFINES += HAVE_UX_LEGACY

# Protect against stack overflows
DEFINES += HAVE_BOLOS_APP_STACK_CANARY

Expand Down

0 comments on commit 8ecfe8c

Please sign in to comment.