mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-17 04:15:44 +00:00
d/arduino/device: Fix it's vs its
This commit is contained in:
parent
85dab57936
commit
9ab69a2c99
|
@ -243,6 +243,6 @@ setup()
|
|||
|
||||
isConnected = false;
|
||||
|
||||
// IMU has it's own thread.
|
||||
// IMU has its own thread.
|
||||
thread.start(imu_thread);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue