This commit is contained in:
Philippe Kehl 2021-03-23 16:25:39 -07:00 committed by GitHub
commit 8fa4e1ebb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,6 +275,7 @@ clean:
# print some useful help stuff # print some useful help stuff
help: help:
$(if will_help, $(call will_help))
@echo "esp-open-rtos make" @echo "esp-open-rtos make"
@echo "" @echo ""
@echo "Other targets:" @echo "Other targets:"
@ -304,5 +305,6 @@ help:
@echo "SAMPLE COMMAND LINE:" @echo "SAMPLE COMMAND LINE:"
@echo "make -j2 test ESPPORT=/dev/ttyUSB0" @echo "make -j2 test ESPPORT=/dev/ttyUSB0"
@echo "" @echo ""
$(if did_help, $(call did_help))