Skip to content

Commit b080baf

Browse files
committed
fixed semicolumn
1 parent dc60f9c commit b080baf

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
@@ -107,7 +107,7 @@ int main() {
107107

108108
dai::Device device(pipeline);
109109

110-
device.setLogOutputLevel(dai::LogLevel::INFO)
110+
device.setLogOutputLevel(dai::LogLevel::INFO);
111111

112112
std::vector<std::string> names{"rgb", "disp"};
113113
std::map<std::string, std::shared_ptr<dai::DataOutputQueue>> streams;

0 commit comments

Comments
 (0)