Skip to content
Snippets Groups Projects
Commit cac84e14 authored by TSC21's avatar TSC21 Committed by Beat Küng
Browse files

px_generate_uorb_topic_helper: do not account with the timestamp, so the struct size matches

parent 8a8cc26b
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ def add_padding_bytes(fields, search_path):
struct size
returns a tuple with the struct size and padding at the end
"""
struct_size = 8 # account for the timestamp
struct_size = 0
align_to = 8 # this is always 8, because of the 64bit timestamp
i = 0
padding_idx = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment