diff options
Diffstat (limited to 'rf_test/Recv.Makefile')
| -rw-r--r-- | rf_test/Recv.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Recv.Makefile b/rf_test/Recv.Makefile index 535b2c0..bbf7a26 100644 --- a/rf_test/Recv.Makefile +++ b/rf_test/Recv.Makefile @@ -2,7 +2,7 @@ CC = avr-gcc MCU = atmega328p TARGET = recv -SRC = recv.c +SRC = rfm.c recv.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 |
