From 081e11b460f71ce99e69604e9ffe16f5d667f84b Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 10 Apr 2025 11:08:04 +0800 Subject: Get ding working with breadboard and limit sendto() to 32 bytes. --- Dong.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dong.Makefile') diff --git a/Dong.Makefile b/Dong.Makefile index 4dcb942..bf03e11 100644 --- a/Dong.Makefile +++ b/Dong.Makefile @@ -2,7 +2,7 @@ CC = avr-gcc MCU = atmega328p TARGET = dong -SRC = dong.c uart.c nrfm.c +SRC = dong.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 -- cgit v1.2.3