diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-05 10:39:39 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-05-05 10:39:39 +0800 |
| commit | 3eb6e0d7373712d1636201e11f69cad0ed426870 (patch) | |
| tree | 76b587844ab804a3a459a101930e9933e14efe5c /lock/Fend.Makefile | |
| parent | 4d09dbda9ed5bc49772bce592995f55b9b00da91 (diff) | |
| download | smart-home-3eb6e0d7373712d1636201e11f69cad0ed426870.tar.gz | |
Working radio setup.
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 |
