Skip to content

Commit

Permalink
Fix for issue_3209. (#3210)
Browse files Browse the repository at this point in the history
#include "esp32-hal-log.h" is mandatory is order to build BLEDevice.cpp.
It can't be left up to a compiler variable.
  • Loading branch information
william-ferguson-au authored and me-no-dev committed Oct 1, 2019
1 parent 270a275 commit 8a46697
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libraries/BLE/src/BLEDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a46697

Please sign in to comment.