diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-01 09:46:30 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-12-01 09:46:30 +0800 |
| commit | 203617363ac6b57a96a781280d76e1b96264f00e (patch) | |
| tree | 6731904a15d968a23b7587216b4dc0e3503a622d /rf_test/Recv.Makefile | |
| parent | 9957c93c2c4ac19eaaa539fc0855d3f21769d1f7 (diff) | |
| download | smart-home-203617363ac6b57a96a781280d76e1b96264f00e.tar.gz | |
Baud rate, and other stuff.
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 26cb45a..1c6733b 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 += -DF_BAUD=115200 +CFLAGS += -DBAUD=115200 CFLAGS += -DF_CPU=16000000UL CFLAGS += -ffunction-sections -fdata-sections |
