diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-23 15:14:01 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-11-23 15:14:01 +0800 |
| commit | 96631bbf2575ad3fa28d3ecb7fcd970accd07615 (patch) | |
| tree | 8e3cb7e1221fbc0b43238764f420f90799ce4a17 /rf_test/Recv.Makefile | |
| parent | 6b31b3f77b05286ca56590dde14717541f4cb5ba (diff) | |
| download | smart-home-96631bbf2575ad3fa28d3ecb7fcd970accd07615.tar.gz | |
Basic SPI functions for atmega328p.
Diffstat (limited to 'rf_test/Recv.Makefile')
| -rw-r--r-- | rf_test/Recv.Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rf_test/Recv.Makefile b/rf_test/Recv.Makefile index cd5b4ff..535b2c0 100644 --- a/rf_test/Recv.Makefile +++ b/rf_test/Recv.Makefile @@ -9,7 +9,6 @@ CFLAGS = -std=gnu99 CFLAGS += -Os CFLAGS += -Wall CFLAGS += -mmcu=$(MCU) -CFLAGS += -DBAUD=2400 CFLAGS += -DF_CPU=16000000UL CFLAGS += -ffunction-sections -fdata-sections |
