From 750ebd5c65f1c1b367585c9297b64990fb17e205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 22 May 2024 12:42:52 -0300 Subject: [PATCH] omniscan450: Fix variables name to be unique MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- src/definitions/omniscan450.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/omniscan450.json b/src/definitions/omniscan450.json index 06b80b82..7633befa 100644 --- a/src/definitions/omniscan450.json +++ b/src/definitions/omniscan450.json @@ -29,11 +29,11 @@ "type": "u32" }, { - "name": "reserved", + "name": "reserved_1", "type": "float" }, { - "name": "reserved", + "name": "reserved_2", "type": "float" }, { @@ -57,7 +57,7 @@ "type": "u8" }, { - "name": "reserved", + "name": "reserved_3", "type": "u8" } ]