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

This commit is contained in:
Ryan Pavlik 2021-11-03 17:28:56 -05:00
parent 85dab57936
commit 9ab69a2c99

View file

@ -243,6 +243,6 @@ setup()
isConnected = false;
// IMU has it's own thread.
// IMU has its own thread.
thread.start(imu_thread);
}