From 018596870beefb13995556f8e52663a22f83d8d7 Mon Sep 17 00:00:00 2001 From: guotong ma Date: Fri, 12 Jan 2024 22:58:41 +0800 Subject: [PATCH] update --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 351f500..7c4e706 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ clean: rm -rf $(CURDIR)/build rm prj.conf rm prj.conf.template - rm boards/stm32f401_mini.overlay + rm -f boards/stm32f401_mini.overlay dw1000: cp $(CURDIR)/boards/stm32f401_mini_dw1000.overlay $(CURDIR)/boards/stm32f401_mini.overlay cp $(CURDIR)/prj.conf.dw1000 $(CURDIR)/prj.conf.template @@ -52,4 +52,4 @@ test_node: echo "CONFIG_DEVICE_TYPE_NODE=y" >> $(CURDIR)/prj.conf echo "CONFIG_DEVICE_ADDRESS=2" >> $(CURDIR)/prj.conf west build - west flash -r openocd --config boards/daplink.cfg \ No newline at end of file + west flash -r openocd --config boards/daplink.cfg