diff options
Diffstat (limited to 'os/ex')
-rw-r--r-- | os/ex/Bosch/bmp085.h | 4 |
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 /** |