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.
Dependents: BLE_HeartRate_IDB0XA1_EPUDEE_Avril2018
Fork of X_NUCLEO_IDB0XA1 by
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__
 		
    