BLE lib
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 |
diff -r c8ed8022e996 -r beb2c7544ce4 btle/src/btle.cpp --- 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);