Skip to content

Commit 513b3b7

Browse files
author
Matevz Morato
committed
Fix comment
1 parent b080baf commit 513b3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mixed/frame_sync.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ int main() {
3939
// Script node will sync high-res frames
4040
auto script = pipeline.create<dai::node::Script>();
4141

42-
# Send both streams to the Script node so we can sync them
42+
// Send both streams to the Script node so we can sync them
4343
stereo->disparity.link(script->inputs["disp_in"]);
4444
camRgb->video.link(script->inputs["rgb_in"]);
4545

0 commit comments

Comments
 (0)