Skip to content

Commit

Permalink
Fix a compilation error if Bluetooth not enabled (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornerr authored and me-no-dev committed Dec 10, 2018
1 parent 884e417 commit 70f000d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cores/esp32/esp32-hal-misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
#include "esp_partition.h"
#include "esp_log.h"
#include "esp_timer.h"
#ifdef CONFIG_BT_ENABLED
#include "esp_bt.h"
#endif //CONFIG_BT_ENABLED
#include <sys/time.h>
#include "esp32-hal.h"

Expand Down

0 comments on commit 70f000d

Please sign in to comment.