Fixed login make target repeated in Makefile.mbxxx and Makefile.stm32w108
This commit is contained in:
parent
7905316c54
commit
97da754b1c
|
@ -22,7 +22,3 @@ ifeq ($(HOST_OS),Windows)
|
|||
SERIALDUMP = $(CONTIKI)/tools/stm32w/serialdump-windows
|
||||
endif
|
||||
|
||||
|
||||
|
||||
login:
|
||||
$(SERIALDUMP) -b115200 -d10000 $(PORT)
|
||||
|
|
Loading…
Reference in a new issue