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 Nucleo_BLE_BlueNRG by
Revision 5:beb2c7544ce4, committed 2015-02-08
- Comitter:
- vijaynvr
- Date:
- Sun Feb 08 14:25:58 2015 +0000
- Parent:
- 4:c8ed8022e996
- Commit message:
- working;
Changed in this revision
| btle/src/btle.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/btle/src/btle.cpp Sat Jan 31 12:22:24 2015 +0000 +++ b/btle/src/btle.cpp Sun Feb 08 14:25:58 2015 +0000 @@ -48,7 +48,7 @@ #endif // Pas Beau du tout -extern int8_t ctrl_byte; +extern int8_t ctrl_byte =0; //VJ static void btle_handler(/*ble_evt_t * p_ble_evt*/); void HCI_Input(tHciDataPacket * hciReadPacket);
