diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-10 11:08:04 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-10 11:39:27 +0800 |
| commit | 081e11b460f71ce99e69604e9ffe16f5d667f84b (patch) | |
| tree | 28d0dc97985939c80f934bb517032b9567306b7e /Ding.Makefile | |
| parent | 058aac02f4428edd90bb288c2188748357550ced (diff) | |
| download | avr-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.Makefile | 2 |
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 |
