summaryrefslogtreecommitdiffstats
path: root/rf_test/Recv.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-11-17 17:09:27 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-11-17 17:09:27 +0800
commit956a9c26e42d842a0c49c3bf9aa3f71c00c49488 (patch)
tree91d513ce47897f9b6e3ce621ab9726d9252141be /rf_test/Recv.Makefile
parent7f568115a564740c1f8b9573de72eb79f48f169a (diff)
downloadsmart-home-956a9c26e42d842a0c49c3bf9aa3f71c00c49488.tar.gz
Lower baud rate.
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 02c0b34..c7b98a7 100644
--- a/rf_test/Recv.Makefile
+++ b/rf_test/Recv.Makefile
@@ -9,7 +9,7 @@ CFLAGS = -std=gnu99
CFLAGS += -Os
CFLAGS += -Wall
CFLAGS += -mmcu=$(MCU)
-CFLAGS += -DBAUD=9600
+CFLAGS += -DBAUD=4800
CFLAGS += -DF_CPU=16000000UL
CFLAGS += -ffunction-sections -fdata-sections