aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lsm303dlhc.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/lsm303dlhc.h')
-rw-r--r--os/ex/ST/lsm303dlhc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h
index 1288c4b36..51784e24b 100644
--- a/os/ex/ST/lsm303dlhc.h
+++ b/os/ex/ST/lsm303dlhc.h
@@ -608,11 +608,11 @@ struct LSM303DLHCVMT {
*/
struct LSM303DLHCDriver {
/** @brief Virtual Methods Table.*/
- const struct LSM303DLHCVMT *vmt;
+ const struct LSM303DLHCVMT *vmt;
/** @brief Base accelerometer interface.*/
- BaseAccelerometer acc_if;
+ BaseAccelerometer acc_if;
/** @brief Base compass interface.*/
- BaseCompass comp_if;
+ BaseCompass comp_if;
_lsm303dlhc_data
};
/** @} */