The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/common: Fix typo

+1 -1
+1 -1
src/xrt/targets/common/target_builder_north_star.c
··· 326 326 xret = twrap_slam_create_device(&usysd->xfctx, XRT_DEVICE_DEPTHAI, &slam_sinks, out_head_device); 327 327 if (xret != XRT_SUCCESS) { 328 328 U_LOG_E("twrap_slam_create_device: %u", xret); 329 - return xrt; 329 + return xret; 330 330 } 331 331 if (slam_sinks == NULL) { 332 332 U_LOG_E("twrap_slam_create_device: Returned NULL slam_sinks!");