From 9a164bab501954c55a2ccf782c36b52ead308c2e Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sat, 23 Sep 2017 23:23:44 +0000 Subject: Correct macros and comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10698 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ex/Bosch/bmp085.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/ex/Bosch/bmp085.h') 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 /** -- cgit v1.2.3