forked from espressif/arduino-esp32
Fix BT enabled check
This commit is contained in:
@ -11,10 +11,11 @@
|
|||||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
#if CONFIG_BT_ENABLED
|
|
||||||
|
|
||||||
#include "esp32-hal-bt.h"
|
#include "esp32-hal-bt.h"
|
||||||
|
|
||||||
|
#if CONFIG_BT_ENABLED
|
||||||
|
|
||||||
#include "bt.h"
|
#include "bt.h"
|
||||||
#include "esp_bt_defs.h"
|
#include "esp_bt_defs.h"
|
||||||
#include "esp_bt_main.h"
|
#include "esp_bt_main.h"
|
||||||
|
Reference in New Issue
Block a user