From 295f799ec9b7167063e10ca78caf2ceca6227040 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 3 May 2025 08:41:02 +0800 Subject: Update password. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 42cc0aa..41ebd02 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ CC = avr-gcc MCU = atmega328p PORT = /dev/cuaU0 TARGET = fend +FPM_NEWPWD = 0x00 SRC = main.c fpm.c OBJ = $(SRC:.c=.o) @@ -13,6 +14,7 @@ CFLAGS += -mmcu=$(MCU) CFLAGS += -DBAUD=57600 CFLAGS += -DF_CPU=16000000UL CFLAGS += -DDEBUG=0 +CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections LDFLAGS = -mmcu=$(MCU) -- cgit v1.2.3