aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/l3gd20.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/l3gd20.h')
-rw-r--r--os/ex/ST/l3gd20.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/l3gd20.h b/os/ex/ST/l3gd20.h
index 0cb3b18a9..5f17eb91b 100644
--- a/os/ex/ST/l3gd20.h
+++ b/os/ex/ST/l3gd20.h
@@ -526,9 +526,9 @@ struct L3GD20VMT {
*/
struct L3GD20Driver {
/** @brief Virtual Methods Table. */
- const struct L3GD20VMT *vmt;
+ const struct L3GD20VMT *vmt;
/** @brief Base gyroscope interface.*/
- BaseGyroscope gyro_if;
+ BaseGyroscope gyro_if;
_l3gd20_data
};
/** @} */