From f388deef34ac9f39d5aa7e48fd6ee8859c01fd84 Mon Sep 17 00:00:00 2001 From: stac Date: Sat, 21 Aug 2010 16:19:14 +0000 Subject: [PATCH] hmc5843: standardize line endings This file had mixed line endings. Now they're all the same. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1353 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/PiOS/Common/pios_hmc5843.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flight/PiOS/Common/pios_hmc5843.c b/flight/PiOS/Common/pios_hmc5843.c index 18bfc7f98..a66adf8eb 100644 --- a/flight/PiOS/Common/pios_hmc5843.c +++ b/flight/PiOS/Common/pios_hmc5843.c @@ -81,14 +81,14 @@ void PIOS_HMC5843_Init(void) * GN2 | GN1 | GN0 | Mag Input | Gain | Output Range * | | | Range[Ga] | [LSB/mGa] | * ------------------------------------------------------ -* 0 | 0 | 0 | ±0.7Ga | 1620 | 0xF800–0x07FF (-2048:2047) -* 0 | 0 | 1 | ±1.0Ga (def) | 1300 | 0xF800–0x07FF (-2048:2047) -* 0 | 1 | 0 | ±1.5Ga | 970 | 0xF800–0x07FF (-2048:2047) -* 0 | 1 | 1 | ±2.0Ga | 780 | 0xF800–0x07FF (-2048:2047) -* 1 | 0 | 0 | ±3.2Ga | 530 | 0xF800–0x07FF (-2048:2047) -* 1 | 0 | 1 | ±3.8Ga | 460 | 0xF800–0x07FF (-2048:2047) -* 1 | 1 | 0 | ±4.5Ga | 390 | 0xF800–0x07FF (-2048:2047) -* 1 | 1 | 1 | ±6.5Ga | 280 | 0xF800–0x07FF (-2048:2047) +* 0 | 0 | 0 | ±0.7Ga | 1620 | 0xF800–0x07FF (-2048:2047) +* 0 | 0 | 1 | ±1.0Ga (def) | 1300 | 0xF800–0x07FF (-2048:2047) +* 0 | 1 | 0 | ±1.5Ga | 970 | 0xF800–0x07FF (-2048:2047) +* 0 | 1 | 1 | ±2.0Ga | 780 | 0xF800–0x07FF (-2048:2047) +* 1 | 0 | 0 | ±3.2Ga | 530 | 0xF800–0x07FF (-2048:2047) +* 1 | 0 | 1 | ±3.8Ga | 460 | 0xF800–0x07FF (-2048:2047) +* 1 | 1 | 0 | ±4.5Ga | 390 | 0xF800–0x07FF (-2048:2047) +* 1 | 1 | 1 | ±6.5Ga | 280 | 0xF800–0x07FF (-2048:2047) * |Not recommended| * * 4:0 CRB4-CRB: 0 This bit must be cleared for correct operation.