aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/hts221.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2019-02-03 11:25:22 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2019-02-03 11:25:22 +0000
commita730e76743ec6b641c5da9e3b8f81c40d629d87b (patch)
treec7c96813d5187d13a56ae7afe5681ab3f9acfdfc /os/ex/ST/hts221.h
parentd6b430bd91ebafccaf80a75daaa8524dcee2c91c (diff)
downloadChibiOS-a730e76743ec6b641c5da9e3b8f81c40d629d87b.tar.gz
ChibiOS-a730e76743ec6b641c5da9e3b8f81c40d629d87b.tar.bz2
ChibiOS-a730e76743ec6b641c5da9e3b8f81c40d629d87b.zip
Fixed Bux #1006
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12635 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/hts221.h')
-rw-r--r--os/ex/ST/hts221.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/hts221.h b/os/ex/ST/hts221.h
index da2fa2d1d..37e88a2a0 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.1.1"
+#define EX_HTS221_VERSION "1.1.2"
/**
* @brief HTS221 driver version major number.
@@ -59,7 +59,7 @@
/**
* @brief HTS221 driver version patch number.
*/
-#define EX_HTS221_PATCH 1
+#define EX_HTS221_PATCH 2
/** @} */
/**