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.
Dependencies: nrf51-sdk
Fork of nRF51822 by
Diff: btle/custom/custom_helper.h
- Revision:
- 129:7cf48219e771
- Parent:
- 119:3ba3e377b972
- Child:
- 131:b21411170d00
--- a/btle/custom/custom_helper.h Fri May 08 15:33:55 2015 +0100 +++ b/btle/custom/custom_helper.h Fri May 08 15:33:55 2015 +0100 @@ -17,14 +17,14 @@ #ifndef _CUSTOM_HELPER_H_ #define _CUSTOM_HELPER_H_ +#include "common/common.h" +#include "ble.h" +#include "UUID.h" + #ifdef __cplusplus extern "C" { #endif -#include "common/common.h" -#include "ble.h" -#include "UUID.h" - uint8_t custom_add_uuid_base(uint8_t const *const p_uuid_base); error_t custom_decode_uuid(uint8_t const *const p_uuid_base, ble_uuid_t *p_uuid);