diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-24 20:16:23 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-24 20:16:23 +0800 |
| commit | a5236a7ca09d634b26fd1745cbde844b0a8198e1 (patch) | |
| tree | 2b291e46bceda3eb1a48f2a6501a5b9ffed183f0 /rf_test/Recv.Makefile | |
| parent | d4ff43c1793e7025a70b2e0b4afeb53c32ad9361 (diff) | |
| download | smart-home-a5236a7ca09d634b26fd1745cbde844b0a8198e1.tar.gz | |
Enable serial.
Diffstat (limited to 'rf_test/Recv.Makefile')
| -rw-r--r-- | rf_test/Recv.Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
