bugfix for duplicate symbol
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++) {