aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/hts221.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/ex/ST/hts221.h')
-rw-r--r--os/ex/ST/hts221.h6
1 files changed, 3 insertions, 3 deletions
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
};
/** @} */