From 6e9afca707864a3f9b32c4d966e9932ebb6427fb Mon Sep 17 00:00:00 2001 From: Tobias Langer Date: Fri, 7 Oct 2016 12:49:49 +0200 Subject: [PATCH] Added task counter to normal mustach template. --- templates/normal/defines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/normal/defines.h b/templates/normal/defines.h index 7190368..629eccd 100644 --- a/templates/normal/defines.h +++ b/templates/normal/defines.h @@ -24,6 +24,7 @@ struct {{name}} { .period = {{period}}, .deadline = {{deadline}}, .periodical = {{periodical}}, + .count = 0, }, {{/elem}} }; -- libgit2 0.26.0