The open source OpenXR runtime

d/arduino/device: Fix it's vs its

+1 -1
+1 -1
src/xrt/drivers/arduino/device/device.ino
··· 243 243 244 244 isConnected = false; 245 245 246 - // IMU has it's own thread. 246 + // IMU has its own thread. 247 247 thread.start(imu_thread); 248 248 }