From 0d32195cac742b0598509434e410068e96541b56 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 21 Dec 2024 15:55:16 -0500 Subject: [PATCH] Changed sim frequencies in MPU/State/Mode and MPU/State/ModeIndex to add to 1. Mode option 1 from 0.80 to 0.79, and ModeIndex option 2 from 0.40 to 0.20. --- cangen/can-messages/mpu.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cangen/can-messages/mpu.json b/cangen/can-messages/mpu.json index 9a9f236..fa4895e 100644 --- a/cangen/can-messages/mpu.json +++ b/cangen/can-messages/mpu.json @@ -15,7 +15,7 @@ ], [ 1, - 0.80 + 0.79 ], [ 2, @@ -52,7 +52,7 @@ ], [ 2, - 0.40 + 0.20 ], [ 3, @@ -370,8 +370,7 @@ }, "points": [ { - "size": 8, - "endianness": "little" + "size": 8 } ] }