From 129fef686fff32e811b5f8394e881ca696e9b1b0 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 5 May 2025 21:08:53 +0800 Subject: wip: r503. --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 41ebd02..98738b6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,7 @@ CC = avr-gcc MCU = atmega328p PORT = /dev/cuaU0 -TARGET = fend -FPM_NEWPWD = 0x00 +TARGET = app SRC = main.c fpm.c OBJ = $(SRC:.c=.o) @@ -13,7 +12,6 @@ CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) CFLAGS += -DBAUD=57600 CFLAGS += -DF_CPU=16000000UL -CFLAGS += -DDEBUG=0 CFLAGS += -DFPM_PWD=$(FPM_PWD) CFLAGS += -ffunction-sections -fdata-sections -- cgit v1.2.3