summaryrefslogtreecommitdiffstats
path: root/rf_test/Recv.Makefile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-11-17 15:36:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-11-17 15:36:40 +0800
commit7da764b02292397dd355c2599891bb01086fb4f3 (patch)
tree61b789a17fc79ac29d88afa4e106cfcc372be170 /rf_test/Recv.Makefile
parentaa3e5e52f9178ea922c658888d79e15b904eb2f9 (diff)
downloadsmart-home-7da764b02292397dd355c2599891bb01086fb4f3.tar.gz
Some signalling is happening now!
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 a517111..02c0b34 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=115200
+CFLAGS += -DBAUD=9600
CFLAGS += -DF_CPU=16000000UL
CFLAGS += -ffunction-sections -fdata-sections