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.Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/rf_test/Recv.Makefile b/rf_test/Recv.Makefile
index b1f7a8b..26cb45a 100644
--- a/rf_test/Recv.Makefile
+++ b/rf_test/Recv.Makefile
@@ -9,6 +9,7 @@ CFLAGS = -std=gnu99
CFLAGS += -Os
CFLAGS += -Wall
CFLAGS += -mmcu=$(MCU)
+CFLAGS += -DF_BAUD=115200
CFLAGS += -DF_CPU=16000000UL
CFLAGS += -ffunction-sections -fdata-sections