Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
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++) {