Skip to content

Commit 7a9083b

Browse files
committed
Accel: Change second instance to 3D
Changed to 3DAccelerometer in 90b67cf But forgot to change this one. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 2f20d79 commit 7a9083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FrameworkSensors/AccelerometerClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ AccelerometerDevice::Initialize(
278278
&(m_pProperties->List[SENSOR_COMMON_PROPERTY_MAX_DATAFIELDSIZE].Value));
279279

280280
m_pProperties->List[SENSOR_COMMON_PROPERTY_TYPE].Key = PKEY_Sensor_Type;
281-
InitPropVariantFromCLSID(GUID_SensorType_LinearAccelerometer,
281+
InitPropVariantFromCLSID(GUID_SensorType_Accelerometer3D,
282282
&(m_pProperties->List[SENSOR_COMMON_PROPERTY_TYPE].Value));
283283
}
284284

0 commit comments

Comments
 (0)