summaryrefslogtreecommitdiffstats
path: root/Ding.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-10 11:08:04 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-10 11:39:27 +0800
commit081e11b460f71ce99e69604e9ffe16f5d667f84b (patch)
tree28d0dc97985939c80f934bb517032b9567306b7e /Ding.Makefile
parent058aac02f4428edd90bb288c2188748357550ced (diff)
downloadavr-nrf24l01-driver-081e11b460f71ce99e69604e9ffe16f5d667f84b.tar.gz
Get ding working with breadboard and limit sendto() to 32 bytes.
Diffstat (limited to 'Ding.Makefile')
-rw-r--r--Ding.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ding.Makefile b/Ding.Makefile
index 2f31bc2..6d6801a 100644
--- a/Ding.Makefile
+++ b/Ding.Makefile
@@ -2,7 +2,7 @@ CC = avr-gcc
MCU = atmega328p
TARGET = ding
-SRC = ding.c uart.c nrfm.c
+SRC = ding.c uart.c nrfm.c util.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99