Skip to content

Commit

Permalink
Fix the specification of STRUCTURE_COMPONENT
Browse files Browse the repository at this point in the history
The value is not a size, but an address_offset.
  • Loading branch information
DanielT committed Mar 17, 2024
1 parent 6e1990f commit 8402dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ a2l_specification! {
block STRUCTURE_COMPONENT {
ident component_name
ident component_type
ulong size
ulong address_offset
[-> ADDRESS_TYPE] (1.71 ..)
[-> LAYOUT]
[-> MATRIX_DIM]
Expand Down

0 comments on commit 8402dba

Please sign in to comment.