summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Guittot <vincent.guittot@linaro.org>2014-11-20 09:22:23 +0100
committerVincent Guittot <vincent.guittot@linaro.org>2014-11-20 09:23:37 +0100
commit2562d00e0d0b73d046e9a97ab40758281acc29c9 (patch)
treee65a84c50c02ec38f3e3e584acd262dd84ea1750 /doc
parentb941b4dcef1d8a60029a4d9376dfea66f1a09248 (diff)
rt-app: add instance parameter
add instance parameter in exaple2 so it can be found and modified by script Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/example2.json1
1 files changed, 1 insertions, 0 deletions
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 }