Skip to content

Commit

Permalink
remove duplicated define
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed May 14, 2024
1 parent b54cdc7 commit 8fb8dd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ ifeq ($(FEATURE_ETH), 1)
DEFINES += COIN_COINID_SHORT=\"ETH\"

DEFINES += HAVE_SNPRINTF_FORMAT_U
DEFINES += IO_USB_MAX_ENDPOINTS=4 IO_HID_EP_LENGTH=64
# DEFINES += IO_USB_MAX_ENDPOINTS=4 IO_HID_EP_LENGTH=64
DEFINES += IO_HID_EP_LENGTH=64

DEFINES += HAVE_U2F HAVE_IO_U2F
DEFINES += U2F_PROXY_MAGIC=\"w0w\"
Expand Down

0 comments on commit 8fb8dd8

Please sign in to comment.