Skip to content

Commit f33cf3f

Browse files
committed
fix(drvBase): remove extra getRotationEvent
1 parent 13c3067 commit f33cf3f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/i2c/drivers/drvBase.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -511,17 +511,6 @@ class drvBase {
511511
return false;
512512
}
513513

514-
/*!
515-
@brief Gets a sensor's rotation vector value.
516-
@param rotationEvent
517-
The rotation vector (x, y, z, w) in radians.
518-
@returns True if the sensor value was obtained successfully, False
519-
otherwise.
520-
*/
521-
virtual bool getEventRotationVector(sensors_event_t *rotationEvent) {
522-
return false;
523-
}
524-
525514
/*!
526515
@brief Gets a sensor's Raw value.
527516
@param rawEvent

0 commit comments

Comments
 (0)