aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorTheodore Ateba <tf.ateba@gmail.com>2017-09-23 23:23:44 +0000
committerTheodore Ateba <tf.ateba@gmail.com>2017-09-23 23:23:44 +0000
commit9a164bab501954c55a2ccf782c36b52ead308c2e (patch)
treea6b71a2b99fcc8f9c67d9598685831a4b09266e4 /os/ex
parentee200d01e8b595def98c727f7307b27d145b2ed5 (diff)
downloadChibiOS-9a164bab501954c55a2ccf782c36b52ead308c2e.tar.gz
ChibiOS-9a164bab501954c55a2ccf782c36b52ead308c2e.tar.bz2
ChibiOS-9a164bab501954c55a2ccf782c36b52ead308c2e.zip
Correct macros and comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10698 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ex')
-rw-r--r--os/ex/Bosch/bmp085.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/ex/Bosch/bmp085.h b/os/ex/Bosch/bmp085.h
index 04233f534..106460fcf 100644
--- a/os/ex/Bosch/bmp085.h
+++ b/os/ex/Bosch/bmp085.h
@@ -143,12 +143,12 @@
#endif
/**
- * @brief BMP085 termomether subsystem advanced configurations switch.
+ * @brief BMP085 thermometer subsystem advanced configurations switch.
* @details If set to @p TRUE more configurations are available.
* @note The default is @p FALSE.
*/
#if !defined(BMP085_THERMO_USE_ADVANCED) || defined(__DOXYGEN__)
-#define BMP085_THERMO_USE_DAVANCED FALSE
+#define BMP085_THERMO_USE_ADVANCED FALSE
#endif
/**