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

This commit is contained in:
Andy Horner 2018-12-10 02:11:37 -07:00 committed by Me No Dev
parent 884e417a49
commit 70f000da71

View File

@ -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"