Commit a0d4a373 by Tobias Langer

Fixed type error.

parent 8cf75ca4
...@@ -34,8 +34,8 @@ auto calculate_hyperperiod() -> long long ...@@ -34,8 +34,8 @@ auto calculate_hyperperiod() -> long long
} }
struct timestamps { struct timestamps {
cpp_time_base::duration start; cpp_time_base start;
cpp_time_base::duration end; cpp_time_base end;
int core_id = 0; int core_id = 0;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment