From 237ea19254f0eac3343b0066144c6f0e6d3e5034 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 6 Feb 2016 13:05:34 +0200 Subject: [PATCH] SDK 1.5.1: Add esp_sdk_ver.h. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 96fd77a..3ed6ed1 100644 --- a/Makefile +++ b/Makefile @@ -162,6 +162,7 @@ $(VENDOR_SDK_DIR)/.dir: $(VENDOR_SDK_ZIP) sdk_patch: .sdk_patch_$(VENDOR_SDK) .sdk_patch_1.5.1: + echo -e "#undef ESP_SDK_VERSION\n#define ESP_SDK_VERSION 010501" >>$(VENDOR_SDK_DIR)/include/esp_sdk_ver.h $(PATCH) -d $(VENDOR_SDK_DIR) -p1 < c_types-c99.patch @touch $@