From 8a46697168243f1a511be438aca7ecf08108e325 Mon Sep 17 00:00:00 2001 From: William Ferguson Date: Tue, 1 Oct 2019 23:32:47 +1000 Subject: [PATCH] Fix for issue_3209. (#3210) #include "esp32-hal-log.h" is mandatory is order to build BLEDevice.cpp. It can't be left up to a compiler variable. --- libraries/BLE/src/BLEDevice.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libraries/BLE/src/BLEDevice.cpp b/libraries/BLE/src/BLEDevice.cpp index cd0dd6bf..d828b4e1 100644 --- a/libraries/BLE/src/BLEDevice.cpp +++ b/libraries/BLE/src/BLEDevice.cpp @@ -32,14 +32,8 @@ #include "esp32-hal-bt.h" #endif -#if defined(CONFIG_ARDUHAL_ESP_LOG) #include "esp32-hal-log.h" -#else -#include "esp_log.h" -static const char* LOG_TAG = "BLEDevice"; -#endif - /** * Singletons for the BLEDevice.