Skip to content

Commit

Permalink
Fix APPNAME handling in standard app Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Aug 31, 2023
1 parent 204c9b6 commit 5f7f084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.standard_app
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ endif
# STANDARD DEFINES #
#####################################################################
DEFINES += $(DEFINES_LIB)
DEFINES += APPNAME=\"$(APPNAME)\"
# Added directly as a CFLAG because it might contain spaces
CFLAGS += -DAPPNAME=\"$(APPNAME)\"
DEFINES += APPVERSION=\"$(APPVERSION)\"
DEFINES += MAJOR_VERSION=$(APPVERSION_M) MINOR_VERSION=$(APPVERSION_N) PATCH_VERSION=$(APPVERSION_P)
DEFINES += IO_HID_EP_LENGTH=64
Expand Down

0 comments on commit 5f7f084

Please sign in to comment.