char res[20];
Diff: x-nucleo-idb0xa1/utils/Utils.h
- Revision:
- 242:058b2e731adc
- Parent:
- 177:65d9b1b75fca
- Parent:
- 226:be2f4e1d0515
- Child:
- 253:9665a6f8bbdb
--- a/x-nucleo-idb0xa1/utils/Utils.h Fri Mar 18 12:10:20 2016 +0100 +++ b/x-nucleo-idb0xa1/utils/Utils.h Mon Jun 20 14:59:06 2016 +0200 @@ -20,6 +20,7 @@ #ifndef __UTIL_H__ #define __UTIL_H__ +#include "ble_status.h" #include "hal_types.h" #include "mbed.h" @@ -40,7 +41,7 @@ }while(0) -double getHighPowerAndPALevelValue(int8_t dBMLevel, int8_t& EN_HIGH_POWER, int8_t& PA_LEVEL); +tBleStatus getHighPowerAndPALevelValue(int8_t dBMLevel, int8_t& EN_HIGH_POWER, int8_t& PA_LEVEL); #endif // __UTIL_H__