From 849ad9b37b71ca3b4d1f2df042a4d39b7637eb37 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 3 Nov 2017 14:49:51 +0800 Subject: [PATCH] tools/unit-test-app: fix build warning --- tools/unit-test-app/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/unit-test-app/Makefile b/tools/unit-test-app/Makefile index e4f05ec99..13873900e 100644 --- a/tools/unit-test-app/Makefile +++ b/tools/unit-test-app/Makefile @@ -7,9 +7,6 @@ PROJECT_NAME := unit-test-app include $(IDF_PATH)/make/project.mk -print_flash_cmd: - echo $(ESPTOOL_WRITE_FLASH_OPTIONS) $(ESPTOOL_ALL_FLASH_ARGS) | sed -e 's:'$(PWD)/build/'::g' - # List of unit-test-app configurations. # Each file in configs/ directory defines a configuration. The format is the # same as sdkconfig file. Configuration is applied on top of sdkconfig.defaults