diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-08 17:01:41 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-08 17:05:56 +0800 |
| commit | 014040f33f914a82031e15940924bc9c92236fec (patch) | |
| tree | 7eae117615a04ff03b1b687ca4ffac64d98a7f38 /lock/Frnt.Makefile | |
| parent | f36e0c51177979c57b3402676fe342c180f9cb5b (diff) | |
| download | smart-home-014040f33f914a82031e15940924bc9c92236fec.tar.gz | |
Fix await_reply()
Diffstat (limited to 'lock/Frnt.Makefile')
| -rw-r--r-- | lock/Frnt.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/Frnt.Makefile b/lock/Frnt.Makefile index cb957df..f57494d 100644 --- a/lock/Frnt.Makefile +++ b/lock/Frnt.Makefile @@ -1,6 +1,6 @@ CC = avr-gcc MCU = atmega328p -TARGET = app +TARGET = front SRC = frnt.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) |
