diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-05-02 13:18:38 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-05-02 13:18:38 +0000 |
commit | 021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb (patch) | |
tree | 6fae9b366e062b650af952f68e76647318ce0eb9 /os/ex/ST/hts221.h | |
parent | e30edc0e9ca5fbc15c11b0ce744099b848611624 (diff) | |
download | ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.tar.gz ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.tar.bz2 ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.zip |
Fixed Bug #943
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11985 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/hts221.h')
-rw-r--r-- | os/ex/ST/hts221.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/hts221.h b/os/ex/ST/hts221.h index 1bd064523..da2fa2d1d 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.0"
+#define EX_HTS221_VERSION "1.1.1"
/**
* @brief HTS221 driver version major number.
@@ -59,7 +59,7 @@ /**
* @brief HTS221 driver version patch number.
*/
-#define EX_HTS221_PATCH 0
+#define EX_HTS221_PATCH 1
/** @} */
/**
|