aboutsummaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-05-04 15:51:50 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-05-04 15:51:50 -0700
commitde56a83c3cd8689bc2e192df007be9beb60f3731 (patch)
tree348d8a4608f4d771dffe413ecfd9fdd331b458f8 /list.h
parent241b129ed050a0445fc05f076eaf929c26a87dc4 (diff)
USe new SR16-CustomBMS repo .dbc. Consider changed ssh destination support sftp_expand_path()
https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc
Diffstat (limited to 'list.h')
-rw-r--r--list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/list.h b/list.h
index d889727..06f97f2 100644
--- a/list.h
+++ b/list.h
@@ -8,13 +8,13 @@
/*特定与程序的声明*/
#define VOLTLEN 96
-#define TEMPLEN 48
+#define TEMPLEN 96
typedef struct can
{
uint32_t t;
double volt[VOLTLEN];
- uint16_t temp[TEMPLEN];
+ uint8_t temp[TEMPLEN];
};
/*一般类型定义*/