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/Back.Makefile | |
| parent | f36e0c51177979c57b3402676fe342c180f9cb5b (diff) | |
| download | smart-home-014040f33f914a82031e15940924bc9c92236fec.tar.gz | |
Fix await_reply()
Diffstat (limited to 'lock/Back.Makefile')
| -rw-r--r-- | lock/Back.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/Back.Makefile b/lock/Back.Makefile index 9f2fe2b..51ede95 100644 --- a/lock/Back.Makefile +++ b/lock/Back.Makefile @@ -1,6 +1,6 @@ CC = avr-gcc MCU = atmega328p -TARGET = sender +TARGET = back SRC = back.c uart.c nrfm.c util.c OBJ = $(SRC:.c=.o) |
