bugfix for duplicate symbol

Fork of nRF51822 by Nordic Semiconductor

Revision:
112:737b08b3b995
Parent:
103:138bdc859cc9
--- a/nordic-sdk/components/libraries/util/sdk_errors.h	Wed Apr 15 09:24:27 2015 +0100
+++ b/nordic-sdk/components/libraries/util/sdk_errors.h	Thu Apr 30 08:34:37 2015 +0100
@@ -94,7 +94,7 @@
  *          marks the end of procedure initiated using API. API result, in this case, will only be
  *          an indicative of whether the procedure has been requested successfully.
  */
-typedef uint32_t api_result_t;
+typedef uint32_t ret_code_t;
 /** @} */
 /** @} */