Skip to content

Commit

Permalink
Remove DEBUG tag from the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiri Malek committed Apr 29, 2020
1 parent 0def4f6 commit e21bc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ DEFINES += HAVE_UX_FLOW
DEFINES += RESET_ON_CRASH

# Enabling debug PRINTF
DEBUG = 1
DEBUG = 0
ifneq ($(DEBUG),0)
ifeq ($(TARGET_NAME),TARGET_NANOX)
DEFINES += DEVEL HAVE_PRINTF PRINTF=mcu_usb_printf
Expand Down

0 comments on commit e21bc64

Please sign in to comment.