diff options
Diffstat (limited to 'lock/Fend.Makefile')
| -rw-r--r-- | lock/Fend.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/Fend.Makefile b/lock/Fend.Makefile index def0112..9da89c7 100644 --- a/lock/Fend.Makefile +++ b/lock/Fend.Makefile @@ -12,7 +12,7 @@ CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) CFLAGS += -DBAUD=57600 CFLAGS += -DF_CPU=16000000UL -CFLAGS += -DDEBUG=1 +CFLAGS += -DDEBUG=0 CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections |
