提交 8a466971 编写于 作者: W William Ferguson 提交者: Me No Dev

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.
上级 270a2759
...@@ -32,14 +32,8 @@ ...@@ -32,14 +32,8 @@
#include "esp32-hal-bt.h" #include "esp32-hal-bt.h"
#endif #endif
#if defined(CONFIG_ARDUHAL_ESP_LOG)
#include "esp32-hal-log.h" #include "esp32-hal-log.h"
#else
#include "esp_log.h"
static const char* LOG_TAG = "BLEDevice";
#endif
/** /**
* Singletons for the BLEDevice. * Singletons for the BLEDevice.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册