Commit 567a91ff by Tobias Langer

Adjusted defines header template to the experiment.cpp file.

parent 7da6d540
......@@ -7,6 +7,10 @@
#include {{{name}}}
{{/includes}}
using cpp_time_base = {{cpp_time_base}};
using embb_time_base = {{embb_time_base}};
using base_clock = {{base_clock}};
{{#data_description}}
struct {{name}} {
{{#fields}}
......
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