diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-24 15:16:10 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-24 15:16:10 +0800 |
| commit | 343a139e10436d074a8d94a63b26ee0fe74280be (patch) | |
| tree | 2e5e6bd7a0b560e163419a7b1d06b0a69ecc16c7 /rf_test/Recv.Makefile | |
| parent | 965ba924daf988946a39a49926d0e8d61c2ae805 (diff) | |
| download | smart-home-343a139e10436d074a8d94a63b26ee0fe74280be.tar.gz | |
Updated send and recv files to use rfm.
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 bbf7a26..b1f7a8b 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 +SRC = rfm.c recv.c serial.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 |
