From 014040f33f914a82031e15940924bc9c92236fec Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 8 Apr 2025 17:01:41 +0800 Subject: Fix await_reply() --- lock/Frnt.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lock/Frnt.Makefile') diff --git a/lock/Frnt.Makefile b/lock/Frnt.Makefile index cb957df..f57494d 100644 --- a/lock/Frnt.Makefile +++ b/lock/Frnt.Makefile @@ -1,6 +1,6 @@ CC = avr-gcc MCU = atmega328p -TARGET = app +TARGET = front SRC = frnt.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) -- cgit v1.2.3