ble: fix warning if ENABLE_BLE is not defined but BLE is used

This commit is contained in:
Matthias Ringwald 2018-04-13 17:04:59 +02:00
parent ab43034bb4
commit 94d9af0cbe

View File

@ -45,7 +45,7 @@
#include "btstack_config.h"
#ifndef ENABLE_BLE
#error "ENABLE_BLE not defined but Classic protocol or profile include. Please add ENABLE_BLE in btstack_config.h, or remove all Classic protocols and profiles"
#error "ENABLE_BLE not defined but BLE protocol or profile include. Please add ENABLE_BLE in btstack_config.h, or remove all BLE protocols and profiles"
#endif
#endif