Skip to content

Commit

Permalink
Merge pull request #78 from LedgerHQ/fbe/remove_unused_macro
Browse files Browse the repository at this point in the history
Remove UNUSED macro from Makefile
  • Loading branch information
fbeutin-ledger committed Dec 1, 2023
2 parents e528dc9 + fcd1fbd commit 4a4b1cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ DEFINES += MAJOR_VERSION=$(APPVERSION_M) MINOR_VERSION=$(APPVERSION_N) PATCH_V

DEFINES += USB_SEGMENT_SIZE=64
DEFINES += BLE_SEGMENT_SIZE=32 #max MTU, min 20
DEFINES += UNUSED\(x\)=\(void\)x
DEFINES += APPVERSION=\"$(APPVERSION)\"

DEFINES += HAVE_WEBUSB WEBUSB_URL_SIZE_B=0 WEBUSB_URL=""
Expand Down

0 comments on commit 4a4b1cd

Please sign in to comment.