diff --git a/example/example_cfg.json b/example/example_cfg.json index e34136c9ff0bb1383be3529e88ac439b43947c6c..9a11bf27aedce80c0b34036bdb651c2647c03025 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 @@ ] } ] +}