diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-06 10:11:09 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-06 10:11:09 +0800 |
| commit | f2801a35b43f4117d97dd4d8eba9db480454c9e3 (patch) | |
| tree | 74379f443af948faac953262d162f7cab51808aa /Send.Makefile | |
| parent | 5ea8572fcbc6a3dbcbb47393dcab128585df2ce6 (diff) | |
| download | avr-nrf24l01-driver-f2801a35b43f4117d97dd4d8eba9db480454c9e3.tar.gz | |
Fix programming errors in setting the address registers.
Diffstat (limited to 'Send.Makefile')
| -rw-r--r-- | Send.Makefile | 2 |
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) |
