From 909d4c02a49694af662c10477bb2f8cbfbe4290e Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 5 May 2025 12:33:45 +0800 Subject: Full system working. --- lock/Fend.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lock/Fend.Makefile') 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 -- cgit v1.2.3