diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteGPTimer.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteGPTimer.h index 4007b368a..9076b4638 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteGPTimer.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteGPTimer.h @@ -17,7 +17,7 @@ static void elite_gptimer_callback(GPTimerCC26XX_Handle handle, GPTimerCC26XX_In #define elite_gptimer_start() GPTimerCC26XX_start(gptimer_handle) #define elite_gptimer_stop() GPTimerCC26XX_stop(gptimer_handle) #define elite_gptimer_close() GPTimerCC26XX_close(gptimer_handle) -#define CLOCK_FREQ 4800 // clock freq = 0.1 ms +#define CLOCK_FREQ 4769 // clock freq = 0.1 ms(4800), Measured(4769) #define elite_gptimer_open() \ do { \ diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h index 0f0df9746..ecdca4740 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/Elite_version.h @@ -4,9 +4,9 @@ #define VERSION_DATE_YEAR 21 #define VERSION_DATE_MONTH 4 -#define VERSION_DATE_DAY 9 -#define VERSION_DATE_HOUR 16 -#define VERSION_DATE_MINUTE 23 +#define VERSION_DATE_DAY 12 +#define VERSION_DATE_HOUR 9 +#define VERSION_DATE_MINUTE 37 // this is NOT the version hash !! // it's the last version hash