diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-14 13:28:50 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@gmail.com> | 2018-03-14 13:28:50 +0000 |
commit | dc5651bf5260ca1b2829d1127e29dec1dee13156 (patch) | |
tree | fe923317dc8d679209e56f6e193442aa5c43c501 /os/ex/ST/lps22hb.h | |
parent | ac645ed6763094bb9fba7709de2e31e91d97a693 (diff) | |
download | ChibiOS-dc5651bf5260ca1b2829d1127e29dec1dee13156.tar.gz ChibiOS-dc5651bf5260ca1b2829d1127e29dec1dee13156.tar.bz2 ChibiOS-dc5651bf5260ca1b2829d1127e29dec1dee13156.zip |
Removed spaces before newline
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11745 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex/ST/lps22hb.h')
-rw-r--r-- | os/ex/ST/lps22hb.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/os/ex/ST/lps22hb.h b/os/ex/ST/lps22hb.h index 1f8455750..bbeae4c0f 100644 --- a/os/ex/ST/lps22hb.h +++ b/os/ex/ST/lps22hb.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
+
*/
/**
@@ -63,7 +63,7 @@ /**
* @brief LPS22HB barometer subsystem characteristics. - * @note Sensitivity is expressed as hPa/LSB whereas hPa stand for
+ * @note Sensitivity is expressed as hPa/LSB whereas hPa stand for
* hectopascal.
* @note Bias is expressed as hPa.
*
@@ -247,7 +247,7 @@ #endif
/**
- * @brief LPS22HB accelerometer subsystem advanced configurations
+ * @brief LPS22HB accelerometer subsystem advanced configurations
* switch.
* @details If set to @p TRUE more configurations are available.
* @note The default is @p FALSE.
@@ -307,7 +307,7 @@ typedef struct LPS22HBDriver LPS22HBDriver; typedef enum {
LPS22HB_SAD_GND = 0x5C, /**< Slave Address when SA0 is to GND */
LPS22HB_SAD_VCC = 0x5D /**< Slave Address when SA0 is to VCC */
-}lps22hb_sad_t;
+}lps22hb_sad_t;
/** * @brief LPS22HB output data rate and bandwidth. @@ -468,7 +468,7 @@ struct LPS22HBDriver { /*===========================================================================*/ /* Driver macros. */ /*===========================================================================*/ -
+
/**
* @brief Return the number of axes of the BaseBarometer.
*
|