test
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Diff: source/drivers/MicroBitCompass.cpp
- Revision:
- 44:bb4aa1985f37
- Parent:
- 41:da05ec75cd5d
- Child:
- 45:23b71960fe6c
--- a/source/drivers/MicroBitCompass.cpp Wed Jul 13 12:18:23 2016 +0100 +++ b/source/drivers/MicroBitCompass.cpp Wed Jul 13 12:18:23 2016 +0100 @@ -55,7 +55,7 @@ if(this->storage != NULL) { - KeyValuePair *calibrationData = storage->get(ManagedString("compassCal")); + KeyValuePair *calibrationData = storage->get("compassCal"); if(calibrationData != NULL) {