Commit da25cb9b by Tobias Langer

Removed unused keys.

parent cf29ebae
...@@ -23,11 +23,9 @@ struct {{name}} { ...@@ -23,11 +23,9 @@ struct {{name}} {
{{type}} {{name}}[] = { {{type}} {{name}}[] = {
{{#elem}} {{#elem}}
{ {
.offset = {{offset}},
.wcet = {{wcet}}, .wcet = {{wcet}},
.period = {{period}}, .period = {{period}},
.deadline = {{deadline}}, .deadline = {{deadline}},
.periodical = {{periodical}},
.count = 0, .count = 0,
}, },
{{/elem}} {{/elem}}
......
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