diff options
Diffstat (limited to 'rf_test/Send.Makefile')
| -rw-r--r-- | rf_test/Send.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Send.Makefile b/rf_test/Send.Makefile index 6e171b1..06e083b 100644 --- a/rf_test/Send.Makefile +++ b/rf_test/Send.Makefile @@ -2,7 +2,7 @@ CC = avr-gcc MCU = atmega328p TARGET = send -SRC = rfm.c send.c serial.c +SRC = radio.c send.c serial.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 |
