From 549db3f6d4f60019e726ba2b4318c2dd968cf3d5 Mon Sep 17 00:00:00 2001 From: weiting2 Date: Wed, 8 Jul 2020 18:31:04 +0800 Subject: [PATCH] separate prepare_read and check_reg counter --- .../cc26xx/app/headstage/headstage_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 1876be435..95b9cea89 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 @@ -6,11 +6,11 @@ #define VERSION_DATE_MONTH 7 #define VERSION_DATE_DAY 8 #define VERSION_DATE_HOUR 18 -#define VERSION_DATE_MINUTE 13 +#define VERSION_DATE_MINUTE 30 // this is NOT the version hash !! // it's the last version hash -#define VERSION_HASH 3cf2bb99f796d382769e0dd2c563c4da8a9b5f0b +#define VERSION_HASH 54dd4bc6431c7097257e55865b42c46de16cca75 #define VERSION_GIT_BRANCH Neulive2.0_developement static void get_board_name(char *board_name_ch, uint8 *board_name_int, uint8 name_size){