Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822
Dependencies: nrf51-sdk
Dependents: microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more
Diff: btle/custom/custom_helper.cpp
- Revision:
- 21:84599842b5fb
- Parent:
- 19:c5b5cb65cc6f
- Child:
- 22:c6ee8136847e
--- a/btle/custom/custom_helper.cpp Thu Jun 05 11:38:33 2014 +0100 +++ b/btle/custom/custom_helper.cpp Fri Jun 06 14:13:32 2014 +0100 @@ -40,8 +40,7 @@ * @return true if a match is found. */ static bool -lookupConvertedUUIDTable(const LongUUID_t uuid, - uint8_t *recoveredType) +lookupConvertedUUIDTable(const LongUUID_t uuid, uint8_t *recoveredType) { unsigned i; for (i = 0; i < uuidTableEntries; i++) {