Commit 70f000da authored by Andy Horner's avatar Andy Horner Committed by Me No Dev

Fix a compilation error if Bluetooth not enabled (#2172)

parent 884e417a
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment