aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex/ST/lps22hb.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2019-02-03 11:20:45 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2019-02-03 11:20:45 +0000
commit3c7905ac015c89f6d1dd63c9a97bddd164240c5f (patch)
treeec35e2246d769fcac396415465c1059393c53bce /os/ex/ST/lps22hb.h
parent3fb018d9876aeeea204687e9951cead229a255bc (diff)
downloadChibiOS-3c7905ac015c89f6d1dd63c9a97bddd164240c5f.tar.gz
ChibiOS-3c7905ac015c89f6d1dd63c9a97bddd164240c5f.tar.bz2
ChibiOS-3c7905ac015c89f6d1dd63c9a97bddd164240c5f.zip
Fixed Bug #1005
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12633 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/lps22hb.h')
-rw-r--r--os/ex/ST/lps22hb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/ST/lps22hb.h b/os/ex/ST/lps22hb.h
index dee503d09..484e40120 100644
--- a/os/ex/ST/lps22hb.h
+++ b/os/ex/ST/lps22hb.h
@@ -43,7 +43,7 @@
/**
* @brief LPS22HB driver version string.
*/
-#define EX_LPS22HB_VERSION "1.0.1"
+#define EX_LPS22HB_VERSION "1.0.2"
/**
* @brief LPS22HB driver version major number.
@@ -58,7 +58,7 @@
/**
* @brief LPS22HB driver version patch number.
*/
-#define EX_LPS22HB_PATCH 1
+#define EX_LPS22HB_PATCH 2
/** @} */
/**