diff options
Diffstat (limited to 'lock/Fend.Makefile')
| -rw-r--r-- | lock/Fend.Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lock/Fend.Makefile b/lock/Fend.Makefile index b6601af..8bc3e72 100644 --- a/lock/Fend.Makefile +++ b/lock/Fend.Makefile @@ -10,8 +10,10 @@ CFLAGS = -std=gnu99 CFLAGS += -Os CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) -CFLAGS += -DBAUD=9600 +CFLAGS += -DBAUD=57600 CFLAGS += -DF_CPU=16000000UL +CFLAGS += -DDEBUG=0 +CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections LDFLAGS = -mmcu=$(MCU) |
