BLE_API wrapper library for STMicroelectronics' BlueNRG Bluetooth Low Energy expansion board shield
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/platform/btle.h
- Revision:
- 134:d2f8d5898d04
- Parent:
- 133:1bb8df697f7f
- Child:
- 135:f0b6cf8ac4fc
--- a/x-nucleo-idb0xa1/platform/btle.h Wed Oct 07 09:08:22 2015 +0200 +++ b/x-nucleo-idb0xa1/platform/btle.h Wed Oct 07 14:34:24 2015 +0200 @@ -44,6 +44,7 @@ void setConnectable(void); #ifdef YOTTA_CFG +extern int btle_handler_pending; extern void btle_handler(void); #endif