Skip to content

Commit 068a0ac

Browse files
add ctype
1 parent e558893 commit 068a0ac

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

can-messages/bms.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4021,7 +4021,7 @@
40214021
},
40224022
{
40234023
"id": "0x705",
4024-
"desc": "HV Plate Pack Current and Shunt Temp ADBMS",
4024+
"desc": "Pack Current and Shunt Temp ADBMS",
40254025
"points": [
40264026
{
40274027
"size": 32,
@@ -4030,7 +4030,8 @@
40304030
"formatter": {
40314031
"key": "divide",
40324032
"arg": 100
4033-
}
4033+
},
4034+
"c_type": "float"
40344035
},
40354036
{
40364037
"size": 32,
@@ -4039,7 +4040,8 @@
40394040
"formatter": {
40404041
"key": "divide",
40414042
"arg": 100
4042-
}
4043+
},
4044+
"c_type": "float"
40434045
}
40444046
],
40454047
"fields": [

0 commit comments

Comments
 (0)