From 956a9c26e42d842a0c49c3bf9aa3f71c00c49488 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 17 Nov 2024 17:09:27 +0800 Subject: Lower baud rate. --- rf_test/Recv.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rf_test/Recv.Makefile') 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 -- cgit v1.2.3