From 8dcbcfd349399d59a94b24f4a5a8ec79a11c94bb Mon Sep 17 00:00:00 2001 From: weiting2 Date: Thu, 4 Jun 2020 11:07:03 +0800 Subject: [PATCH] attempt to use central on 2650 ma --- .../examples/simple_central/cc26xx/app/simple_central.c | 4 +++- .../cc26xx/app/headstage/headstage_version.h | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c index 4b72864d7..19ee89c6c 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_central/cc26xx/app/simple_central.c @@ -82,7 +82,9 @@ #include "ble_user_config.h" - +#ifndef BOOSTXL_CC2650MA +#ERROR "undefine BOOSTXL_CC2650MA" +#endif /********************************************************************* * MACROS */ diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h index c5b7b898e..b6177164a 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_version.h @@ -4,13 +4,13 @@ #define VERSION_DATE_YEAR 20 #define VERSION_DATE_MONTH 6 -#define VERSION_DATE_DAY 3 -#define VERSION_DATE_HOUR 18 -#define VERSION_DATE_MINUTE 51 +#define VERSION_DATE_DAY 4 +#define VERSION_DATE_HOUR 11 +#define VERSION_DATE_MINUTE 7 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH 81c96e02816a1121837936388a5319907ef59588 +#define VERSION_HASH 7d8dda08291398043dde3b2d6a3f2300617be929 #define VERSION_GIT_BRANCH simple_central_ma_pin #endif