Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of X_NUCLEO_IDB0XA1 by
Diff: x-nucleo-idb0xa1/platform/btle.h
- Revision:
- 133:1bb8df697f7f
- Parent:
- 132:51056160fa4a
- Child:
- 134:d2f8d5898d04
--- a/x-nucleo-idb0xa1/platform/btle.h Wed Oct 07 08:39:04 2015 +0200 +++ b/x-nucleo-idb0xa1/platform/btle.h Wed Oct 07 09:08:22 2015 +0200 @@ -43,6 +43,10 @@ void User_Process(void); void setConnectable(void); +#ifdef YOTTA_CFG +extern void btle_handler(void); +#endif + #ifdef __cplusplus } #endif
