Skip to content

Commit

Permalink
omniscan450: Fix variables name to be unique
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed May 22, 2024
1 parent 948cd65 commit 750ebd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/definitions/omniscan450.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"type": "u32"
},
{
"name": "reserved",
"name": "reserved_1",
"type": "float"
},
{
"name": "reserved",
"name": "reserved_2",
"type": "float"
},
{
Expand All @@ -57,7 +57,7 @@
"type": "u8"
},
{
"name": "reserved",
"name": "reserved_3",
"type": "u8"
}
]
Expand Down

0 comments on commit 750ebd5

Please sign in to comment.