summaryrefslogtreecommitdiffstats
path: root/rf_test/Send.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-11-23 15:06:13 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-11-23 15:06:13 +0800
commit6b31b3f77b05286ca56590dde14717541f4cb5ba (patch)
tree38390bb597837bda1eff9f7a2e54688a27613ef7 /rf_test/Send.Makefile
parent956a9c26e42d842a0c49c3bf9aa3f71c00c49488 (diff)
downloadsmart-home-6b31b3f77b05286ca56590dde14717541f4cb5ba.tar.gz
wip: attempt with basic RF modules.
Diffstat (limited to 'rf_test/Send.Makefile')
-rw-r--r--rf_test/Send.Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Send.Makefile b/rf_test/Send.Makefile
index e7d3e79..397a9db 100644
--- a/rf_test/Send.Makefile
+++ b/rf_test/Send.Makefile
@@ -9,7 +9,7 @@ CFLAGS = -std=gnu99
CFLAGS += -Os
CFLAGS += -Wall
CFLAGS += -mmcu=$(MCU)
-CFLAGS += -DBAUD=4800
+CFLAGS += -DBAUD=2400
CFLAGS += -DF_CPU=16000000UL
CFLAGS += -ffunction-sections -fdata-sections