mirror of https://github.com/ARMmbed/mbed-os.git
fix BLE_CONNECTABLE_FEATURE macro
parent
5a97706aab
commit
dc3aba181e
|
|
@ -5,7 +5,7 @@
|
|||
#error "BLE requires at least one role 'BROADCASTER' or 'OBSERVER' to be enabled"
|
||||
#endif
|
||||
|
||||
#if BLE_ROLE_PERIPHERAL BLE_ROLE_CENTRAL)
|
||||
#if (BLE_ROLE_PERIPHERAL) || (BLE_ROLE_CENTRAL)
|
||||
#define BLE_FEATURE_CONNECTABLE 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue