From f36e0c51177979c57b3402676fe342c180f9cb5b Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 7 Apr 2025 18:09:48 +0800 Subject: Keygen using timer. --- 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 908f4d8..cb957df 100644 --- a/lock/Frnt.Makefile +++ b/lock/Frnt.Makefile @@ -2,7 +2,7 @@ CC = avr-gcc MCU = atmega328p TARGET = app -SRC = frnt.c uart.c nrfm.c +SRC = frnt.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 -- cgit v1.2.3