aboutsummaryrefslogtreecommitdiffstats
path: root/os/ex
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 22:39:41 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-03-10 22:39:41 +0000
commitc53461807b5244fc7284e62b0faf84d932822af8 (patch)
tree68f4a9b513e1acbde8554a35292d49a4abb91a19 /os/ex
parent99b89a4a02844d385be6dec5b07ce8d48d6ddbf2 (diff)
downloadChibiOS-c53461807b5244fc7284e62b0faf84d932822af8.tar.gz
ChibiOS-c53461807b5244fc7284e62b0faf84d932822af8.tar.bz2
ChibiOS-c53461807b5244fc7284e62b0faf84d932822af8.zip
Removed newline excess
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11688 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/ex')
-rw-r--r--os/ex/ST/lis302dl.h1
-rw-r--r--os/ex/ST/lis3mdl.c1
-rw-r--r--os/ex/ST/lps25h.c1
-rw-r--r--os/ex/ST/lsm303dlhc.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/os/ex/ST/lis302dl.h b/os/ex/ST/lis302dl.h
index a80e32fe7..a6e710fc1 100644
--- a/os/ex/ST/lis302dl.h
+++ b/os/ex/ST/lis302dl.h
@@ -337,7 +337,6 @@ typedef struct {
_base_accelerometer_methods \
_lis302dl_accelerometer_methods_alone
-
/**
* @extends BaseAccelerometerVMT
*
diff --git a/os/ex/ST/lis3mdl.c b/os/ex/ST/lis3mdl.c
index edb5efd6b..1106053af 100644
--- a/os/ex/ST/lis3mdl.c
+++ b/os/ex/ST/lis3mdl.c
@@ -269,7 +269,6 @@ static msg_t set_full_scale(void *ip, lis3mdl_fs_t fs) {
if(msg != MSG_OK)
return msg;
-
cr[0] = LIS3MDL_AD_CTRL_REG2;
cr[1] &= ~(LIS3MDL_CTRL_REG2_FS_MASK);
cr[1] |= fs;
diff --git a/os/ex/ST/lps25h.c b/os/ex/ST/lps25h.c
index 2957ca87b..e0d54555b 100644
--- a/os/ex/ST/lps25h.c
+++ b/os/ex/ST/lps25h.c
@@ -194,7 +194,6 @@ static msg_t baro_read_cooked(void *ip, float axes[]) {
return msg;
}
-
/**
* @brief Set bias values for the BaseBarometer.
* @note Bias must be expressed as hPa.
diff --git a/os/ex/ST/lsm303dlhc.h b/os/ex/ST/lsm303dlhc.h
index b91b9635e..b3700dfd1 100644
--- a/os/ex/ST/lsm303dlhc.h
+++ b/os/ex/ST/lsm303dlhc.h
@@ -386,7 +386,6 @@ typedef enum {
LSM303DLHC_ACC_ODR_1344Hz = 0x90 /**< ODR 1344 Hz or 5376 Hz in LP */
} lsm303dlhc_acc_odr_t;
-
/**
* @brief LSM303DLHC accelerometer subsystem axes enabling.
*/