Skip to content

Commit

Permalink
why doesnt it understand zero
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Dec 21, 2024
1 parent 445d611 commit 2be032d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cangen/can-messages/mpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@
"name": "MPU/Version/ShortHash",
"unit": "hash",
"sim": {
"min": 0000,
"min": 0,
"max": 4294967295,
"inc_min": 1,
"inc_max": 1,
Expand All @@ -1024,7 +1024,7 @@
"name": "MPU/Version/AuthorHash",
"unit": "hash",
"sim": {
"min": 0000,
"min": 0,
"max": 4294967295,
"inc_min": 1,
"inc_max": 1,
Expand Down

0 comments on commit 2be032d

Please sign in to comment.