aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
authormwturvey <michael.w.turvey@intel.com>2017-03-23 16:26:27 -0700
committermwturvey <michael.w.turvey@intel.com>2017-03-23 16:26:27 -0700
commit3d86dda66d50d1e1955d4e0cd5f374e0aed1789f (patch)
tree42ca25361a394a1213b2808c0607858055555d9d /src/survive_cal.c
parentf33018188bf5bdf6f6b8af0d646e3f8c519d9d71 (diff)
downloadlibsurvive-3d86dda66d50d1e1955d4e0cd5f374e0aed1789f.tar.gz
libsurvive-3d86dda66d50d1e1955d4e0cd5f374e0aed1789f.tar.bz2
Fixed Windows USB Interface Enumeration
Diffstat (limited to 'src/survive_cal.c')
-rwxr-xr-xsrc/survive_cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index f9ec595..81889ca 100755
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -155,7 +155,7 @@ void survive_cal_install( struct SurviveContext * ctx )
{
if (requiredTrackersFound != ((strlen(RequiredTrackersForCal) + 1) / 4))
{
- SV_ERROR( "Error: cannot find all devices needed for calibration." );
+ SV_ERROR( "Error: Did not find all devices required for calibration." );
free( cd );
return;
}
@@ -201,7 +201,7 @@ void survive_cal_light( struct SurviveObject * so, int sensor_id, int acode, int
if( sensor_id < 0 )
{
int lhid = -sensor_id-1;
- // Take the OOTX data from the first device.
+ // Take the OOTX data from the first device. (if using HMD, WM0, WM1 only, this will be HMD)
if( lhid < NUM_LIGHTHOUSES && so == cd->poseobjects[0] )
{
uint8_t dbit = (acode & 2)>>1;