Skip to content

Commit

Permalink
Update one more unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 4, 2022
1 parent 3f5397f commit d4995b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/idl/generators/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def is_struct(self) -> bool:
"systime_us": BasicInteger(idl_name="systime_us", byte_count=8, is_signed=True),
"tod": BasicInteger(idl_name="tod", byte_count=4, is_signed=True),
"trans_id": BasicInteger(idl_name="trans_id", byte_count=4, is_signed=True),
"utc": BasicInteger(idl_name="utc", byte_count=4, is_signed=True),
"utc": BasicInteger(idl_name="utc", byte_count=4, is_signed=False),
"vendor_id": BasicInteger(idl_name="vendor_id", byte_count=2, is_signed=False),
}

Expand Down

0 comments on commit d4995b9

Please sign in to comment.