summaryrefslogtreecommitdiffstats
path: root/rf_test/Recv.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rf_test/Recv.Makefile')
-rw-r--r--rf_test/Recv.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Recv.Makefile b/rf_test/Recv.Makefile
index 1c6733b..67ac41f 100644
--- a/rf_test/Recv.Makefile
+++ b/rf_test/Recv.Makefile
@@ -2,7 +2,7 @@ CC = avr-gcc
MCU = atmega328p
TARGET = recv
-SRC = rfm.c recv.c serial.c
+SRC = radio.c recv.c serial.c
OBJ = $(SRC:.c=.o)
CFLAGS = -std=gnu99