From 2562d00e0d0b73d046e9a97ab40758281acc29c9 Mon Sep 17 00:00:00 2001 From: Vincent Guittot Date: Thu, 20 Nov 2014 09:22:23 +0100 Subject: rt-app: add instance parameter add instance parameter in exaple2 so it can be found and modified by script Signed-off-by: Vincent Guittot --- doc/examples/example2.json | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/example2.json b/doc/examples/example2.json index f43d825..a1d9746 100644 --- a/doc/examples/example2.json +++ b/doc/examples/example2.json @@ -5,6 +5,7 @@ */ "tasks" : { "thread0" : { + "instance" : 1, "loop" : -1, "run" : 1000, "timer" : { "ref" : "tick", "period" : 10000 } -- cgit v1.2.3