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 /Dong.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 'Dong.Makefile')
| -rw-r--r-- | Dong.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
