Must include sdkconfig.h before testing defines

This commit is contained in:
me-no-dev
2017-09-21 19:33:45 +08:00
parent c66a020e80
commit 1407654c52
3 changed files with 6 additions and 1 deletions

View File

@ -15,6 +15,8 @@
#ifndef _SIMPLE_BLE_H_
#define _SIMPLE_BLE_H_
#include "sdkconfig.h"
#if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
#include <cstdint>