From 3db6744e3644eea204d13777a6b427743fa27c19 Mon Sep 17 00:00:00 2001 From: XxChang Date: Thu, 29 Aug 2024 09:38:23 +0800 Subject: [PATCH] fix typo --- binaries/cli/src/template/cxx/dataflow-template.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/binaries/cli/src/template/cxx/dataflow-template.yml b/binaries/cli/src/template/cxx/dataflow-template.yml index 36198d16..49ed0b92 100644 --- a/binaries/cli/src/template/cxx/dataflow-template.yml +++ b/binaries/cli/src/template/cxx/dataflow-template.yml @@ -1,19 +1,19 @@ nodes: - id: talker_1 - source: bin/talker_1 - path: + path: bin/talker_1 + inputs: tick: dora/timer/millis/100 outputs: - speech - id: talker_2 - source: bin/talker_2 - path: + path: bin/talker_2 + inputs: tick: dora/timer/secs/2 outputs: - speech - id: listener_1 - source: bin/listener_1 - path: + path: bin/listener_1 + inputs: speech-1: talker_1/speech speech-2: talker_2/speech