diff options
Diffstat (limited to 'rf_test/Send.Makefile')
| -rw-r--r-- | rf_test/Send.Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rf_test/Send.Makefile b/rf_test/Send.Makefile index c8c6b15..3fa9329 100644 --- a/rf_test/Send.Makefile +++ b/rf_test/Send.Makefile @@ -2,13 +2,14 @@ CC = avr-gcc MCU = atmega328p TARGET = send -SRC = rfm.c send.c +SRC = rfm.c send.c serial.c OBJ = $(SRC:.c=.o) CFLAGS = -std=gnu99 CFLAGS += -Os CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) +CFLAGS += -DF_BAUD=115200 CFLAGS += -DF_CPU=16000000UL CFLAGS += -ffunction-sections -fdata-sections |
