Skip to content

Commit

Permalink
Disable development flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Jun 6, 2019
1 parent c1220d0 commit e203252
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 @@ -86,7 +86,7 @@ else
DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=128
endif

DEBUG = 1
DEBUG = 0
ifneq ($(DEBUG),0)
# Development flags
APP_LOAD_PARAMS += --path "44'/01'"
Expand Down

0 comments on commit e203252

Please sign in to comment.