mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-20 01:21:12 +00:00
ble: fix warning if ENABLE_BLE is not defined but BLE is used
This commit is contained in:
parent
ab43034bb4
commit
94d9af0cbe
@ -45,7 +45,7 @@
|
|||||||
#include "btstack_config.h"
|
#include "btstack_config.h"
|
||||||
|
|
||||||
#ifndef ENABLE_BLE
|
#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
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user