diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-23 15:06:13 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-23 15:06:13 +0800 |
| commit | 6b31b3f77b05286ca56590dde14717541f4cb5ba (patch) | |
| tree | 38390bb597837bda1eff9f7a2e54688a27613ef7 /rf_test/Recv.Makefile | |
| parent | 956a9c26e42d842a0c49c3bf9aa3f71c00c49488 (diff) | |
| download | smart-home-6b31b3f77b05286ca56590dde14717541f4cb5ba.tar.gz | |
wip: attempt with basic RF modules.
Diffstat (limited to 'rf_test/Recv.Makefile')
| -rw-r--r-- | rf_test/Recv.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rf_test/Recv.Makefile b/rf_test/Recv.Makefile index c7b98a7..cd5b4ff 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=4800 +CFLAGS += -DBAUD=2400 CFLAGS += -DF_CPU=16000000UL CFLAGS += -ffunction-sections -fdata-sections |
