diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-10-15 10:48:27 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2019-10-17 11:26:53 +0200 |
commit | 22cba05621af107d3564a9fabe4888d9989531ea (patch) | |
tree | 7d5ab76a055ee57db8e933b9910e9f59b5dff6da | |
parent | 8380979e47223381e822adf2224787078b07453f (diff) |
Correct hal-4a-example.json
Correct hal-4a-example.json in section creating custom ALSA control
linked to an afb api/verb call.
BUG-AGL: SPEC-2884
Change-Id: I273c5b3f326ee3b1531426738045a1391fa727f2
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
-rw-r--r-- | 4a-hal-cfg-example/hal-4a-example.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal-cfg-example/hal-4a-example.json b/4a-hal-cfg-example/hal-4a-example.json index 9314b7b..4b23a4f 100644 --- a/4a-hal-cfg-example/hal-4a-example.json +++ b/4a-hal-cfg-example/hal-4a-example.json @@ -87,7 +87,7 @@ "step": 1 } }, - "action": "api://4a-hal-csl-cm106-8ch-usb#ping" + "action": "api://4a-hal-example#ping" } ] }, |