The first byte of CIS buff should be CIS_length

This commit is contained in:
weiting2
2020-08-14 15:05:05 +08:00
parent af836b02e4
commit c347e44536
2 changed files with 4 additions and 4 deletions
@@ -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];
@@ -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){