diff options
Diffstat (limited to 'lock/Fend.Makefile')
| -rw-r--r-- | lock/Fend.Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lock/Fend.Makefile b/lock/Fend.Makefile index 8bc3e72..def0112 100644 --- a/lock/Fend.Makefile +++ b/lock/Fend.Makefile @@ -1,6 +1,6 @@ CC = avr-gcc MCU = atmega328p -PORT = /dev/cuaU1 +PORT = /dev/cuaU0 TARGET = fend SRC = fend.c fpm.c uart.c nrfm.c util.c @@ -12,7 +12,7 @@ CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) CFLAGS += -DBAUD=57600 CFLAGS += -DF_CPU=16000000UL -CFLAGS += -DDEBUG=0 +CFLAGS += -DDEBUG=1 CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections |
