diff options
| author | Theodore Ateba <tf.ateba@gmail.com> | 2017-09-23 23:23:44 +0000 | 
|---|---|---|
| committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-09-23 23:23:44 +0000 | 
| commit | 9a164bab501954c55a2ccf782c36b52ead308c2e (patch) | |
| tree | a6b71a2b99fcc8f9c67d9598685831a4b09266e4 /os | |
| parent | ee200d01e8b595def98c727f7307b27d145b2ed5 (diff) | |
| download | ChibiOS-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')
| -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  /**  | 
