Fix BT enabled check

This commit is contained in:
me-no-dev 2017-05-06 18:40:23 +03:00
parent b1b77a658f
commit 768e57f285

View File

@ -11,10 +11,11 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#if CONFIG_BT_ENABLED
#include "esp32-hal-bt.h"
#if CONFIG_BT_ENABLED
#include "bt.h"
#include "esp_bt_defs.h"
#include "esp_bt_main.h"