aboutsummaryrefslogtreecommitdiffstats
path: root/LibOVR/Src/OVR_SensorImpl_Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'LibOVR/Src/OVR_SensorImpl_Common.h')
-rw-r--r--LibOVR/Src/OVR_SensorImpl_Common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibOVR/Src/OVR_SensorImpl_Common.h b/LibOVR/Src/OVR_SensorImpl_Common.h
index 293330c..a7091ba 100644
--- a/LibOVR/Src/OVR_SensorImpl_Common.h
+++ b/LibOVR/Src/OVR_SensorImpl_Common.h
@@ -87,8 +87,8 @@ struct SensorConfigImpl
UInt16 CommandId;
UByte Flags;
- UInt16 PacketInterval;
- UInt16 KeepAliveIntervalMs;
+ UInt16 PacketInterval; // LDC - This should be a UByte. Fix when you have time to test it.
+ UInt16 SampleRate;
SensorConfigImpl();