Skip to content

Commit

Permalink
nbaf_31: fix special values being out of range
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb authored Dec 12, 2024
1 parent ae6c007 commit 5292389
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nbaf_31.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
"start": 6953,
"encoding": "bcd",
"length": 2,
"min": 1,
"min": 0,
"max": 400,
"special_values": {
"0": "OFF"
Expand All @@ -580,7 +580,7 @@
"start": 6955,
"encoding": "bcd",
"length": 2,
"min": 1,
"min": 0,
"max": 400,
"special_values": {
"0": "OFF"
Expand All @@ -591,7 +591,7 @@
"start": 6957,
"encoding": "bcd",
"length": 2,
"min": 1,
"min": 0,
"max": 400,
"special_values": {
"0": "OFF"
Expand All @@ -602,7 +602,7 @@
"start": 6959,
"encoding": "bcd",
"length": 2,
"min": 1,
"min": 0,
"max": 400,
"special_values": {
"0": "OFF"
Expand Down

0 comments on commit 5292389

Please sign in to comment.