summaryrefslogtreecommitdiffstats
path: root/Send.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-06 10:11:09 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-06 10:11:09 +0800
commitf2801a35b43f4117d97dd4d8eba9db480454c9e3 (patch)
tree74379f443af948faac953262d162f7cab51808aa /Send.Makefile
parent5ea8572fcbc6a3dbcbb47393dcab128585df2ce6 (diff)
downloadavr-nrf24l01-driver-f2801a35b43f4117d97dd4d8eba9db480454c9e3.tar.gz
Fix programming errors in setting the address registers.
Diffstat (limited to 'Send.Makefile')
-rw-r--r--Send.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Send.Makefile b/Send.Makefile
index 7c20759..941fa0f 100644
--- a/Send.Makefile
+++ b/Send.Makefile
@@ -1,6 +1,6 @@
CC = avr-gcc
MCU = atmega328p
-TARGET = app
+TARGET = sender
SRC = send.c uart.c nrfm.c
OBJ = $(SRC:.c=.o)