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 e4b7fb465..1bd064523 100644
--- a/os/ex/ST/hts221.h
+++ b/os/ex/ST/hts221.h
@@ -44,7 +44,7 @@
/**
* @brief HTS221 driver version string.
*/
-#define EX_HTS221_VERSION "1.0.2"
+#define EX_HTS221_VERSION "1.1.0"
/**
* @brief HTS221 driver version major number.
@@ -54,12 +54,12 @@
/**
* @brief HTS221 driver version minor number.
*/
-#define EX_HTS221_MINOR 0
+#define EX_HTS221_MINOR 1
/**
* @brief HTS221 driver version patch number.
*/
-#define EX_HTS221_PATCH 2
+#define EX_HTS221_PATCH 0
/** @} */
/**