mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal
Dependencies: BLE_API nRF51822 mbed-dev-bin
Dependents: microbit Microbit IoTChallenge1 microbit ... more
Diff: inc/bluetooth/MicroBitBLEManager.h
- Revision:
- 3:d86a4ddc1867
- Parent:
- 1:8aa5cdb4ab67
--- a/inc/bluetooth/MicroBitBLEManager.h Thu Apr 07 00:55:10 2016 +0000 +++ b/inc/bluetooth/MicroBitBLEManager.h Thu Apr 07 11:59:16 2016 +0100 @@ -75,7 +75,7 @@ struct BLESysAttribute { - uint8_t sys_attr[8] = { 0 }; + uint8_t sys_attr[8]; }; struct BLESysAttributeStore @@ -212,4 +212,4 @@ }; -#endif +#endif \ No newline at end of file