From a5236a7ca09d634b26fd1745cbde844b0a8198e1 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 24 Nov 2024 20:16:23 +0800 Subject: Enable serial. --- rf_test/Recv.Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'rf_test/Recv.Makefile') 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 -- cgit v1.2.3