From c347e44536488b3cfaa9e1ed2b4fbcb4513639ea Mon Sep 17 00:00:00 2001 From: weiting2 Date: Fri, 14 Aug 2020 15:05:05 +0800 Subject: [PATCH] The first byte of CIS buff should be CIS_length --- .../cc26xx/app/headstage/headstage_cali_table.h | 2 +- .../cc26xx/app/headstage/headstage_version.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h index 9745f4f11..21e8ac185 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_cali_table.h @@ -2,7 +2,7 @@ #ifndef NEU_CALI_TABLE #define NEU_CALI_TABLE -#define BOARD_80_6F_B0_ED_7A_34 +#define BOARD_TEST typedef struct _SingleChannelCali{ uint16_t Gain[4]; 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 e11858f45..c2d2f9ad2 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 @@ -5,12 +5,12 @@ #define VERSION_DATE_YEAR 20 #define VERSION_DATE_MONTH 8 #define VERSION_DATE_DAY 14 -#define VERSION_DATE_HOUR 13 -#define VERSION_DATE_MINUTE 34 +#define VERSION_DATE_HOUR 15 +#define VERSION_DATE_MINUTE 5 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH 1c53cc09ec5f49e695d8eccee9adbe1fbc46253c +#define VERSION_HASH af836b02e44a6a4bdb12be8f2c5159d24b81f5f0 #define VERSION_GIT_BRANCH Neulive20_developement_linux static void get_board_name(char *board_name_ch, uint8 *board_name_int, uint8 name_size){