From facb9afaf2314cc51c2aea40f593761829c316f1 Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sat, 10 Mar 2018 12:43:27 +0000 Subject: Minor fixes git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11681 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/ex/ST/hts221.h | 6 +++--- os/ex/ST/l3gd20.h | 4 ++-- os/ex/ST/lsm303dlhc.h | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'os') diff --git a/os/ex/ST/hts221.h b/os/ex/ST/hts221.h index c6f2f9f5f..2570a6ed1 100644 --- a/os/ex/ST/hts221.h +++ b/os/ex/ST/hts221.h @@ -419,11 +419,11 @@ struct HTS221VMT { */ struct HTS221Driver { /** @brief Virtual Methods Table.*/ - const struct HTS221VMT *vmt; + const struct HTS221VMT *vmt; /** @brief Base hygrometer interface.*/ - BaseHygrometer hygro_if; + BaseHygrometer hygro_if; /** @brief Base thermometer interface.*/ - BaseThermometer thermo_if; + BaseThermometer thermo_if; _hts221_data }; /** @} */ 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 }; /** @} */ 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 }; /** @} */ -- cgit v1.2.3