From d69a5b8e599a9deecc1e4c4f861d0765b2b64157 Mon Sep 17 00:00:00 2001 From: Hans-Peter Deifel <hpd@hpdeifel.de> Date: Tue, 18 Oct 2016 18:40:55 +0200 Subject: [PATCH] Update json example to new format --- example/example_cfg.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/example_cfg.json b/example/example_cfg.json index e34136c..9a11bf2 100644 --- a/example/example_cfg.json +++ b/example/example_cfg.json @@ -1,3 +1,5 @@ +{ "interrupts": [4, 5] +, "functions": [ { "name": "Handler12", "kind": "subtask", "subtask": "Handler12", @@ -146,3 +148,4 @@ ] } ] +} -- GitLab