from bbc microbit library
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: inc/drivers/MicroBitStorage.h
- Revision:
- 3:d86a4ddc1867
- Parent:
- 1:8aa5cdb4ab67
- Child:
- 30:db87179335d5
--- a/inc/drivers/MicroBitStorage.h Thu Apr 07 00:55:10 2016 +0000 +++ b/inc/drivers/MicroBitStorage.h Thu Apr 07 11:59:16 2016 +0100 @@ -42,8 +42,8 @@ struct KeyValuePair { - uint8_t key[MICROBIT_STORAGE_KEY_SIZE] = { 0 }; - uint8_t value[MICROBIT_STORAGE_VALUE_SIZE] = { 0 }; + uint8_t key[MICROBIT_STORAGE_KEY_SIZE]; + uint8_t value[MICROBIT_STORAGE_VALUE_SIZE]; }; struct KeyValueStore @@ -230,4 +230,4 @@ int size(); }; -#endif +#endif \ No newline at end of file