Skip to content

Commit

Permalink
Fix name of reserved field.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jun 14, 2024
1 parent 75b17bd commit 627233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ struct Config {
select: WriteOnly<u8>,
subsel: WriteOnly<u8>,
size: ReadOnly<u8>,
_reversed: [ReadOnly<u8>; 5],
_reserved: [ReadOnly<u8>; 5],
data: [ReadOnly<u8>; 128],
}

Expand Down

0 comments on commit 627233a

Please sign in to comment.