From c7e916cdfd75091c1b06d8348ad9e03fcb295cb2 Mon Sep 17 00:00:00 2001 From: Bryan Cantrill Date: Thu, 14 Dec 2023 00:11:38 -0800 Subject: [PATCH] fix whitespace (#13) --- src/bmr480.ron | 21 --------------------- src/bmr491.ron | 6 +++--- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/src/bmr480.ron b/src/bmr480.ron index b37bb4e..ceb7799 100644 --- a/src/bmr480.ron +++ b/src/bmr480.ron @@ -281,27 +281,6 @@ values: FixedPointUnits(Factor(50), Amperes), ) }, - -/* - "MFR_TEMP_COMPENSATION": { - "DeadtimeAdd2": ( - name: "Dead time at levels below threshold 2", - bits: Bitrange(High(63), Low(56)), - values: Units(Nanoseconds), - Scaled(Nanoseconds, 0.10), - ScaledOffset( - Scaled(Amperes, 0.050) - - - - - Celsius(0.25) - Volts(0.0001) - Millivolts( - Amps( - Milliamps( -*/ - }, synonyms: Some([ diff --git a/src/bmr491.ron b/src/bmr491.ron index 3dca24b..41c4e2d 100644 --- a/src/bmr491.ron +++ b/src/bmr491.ron @@ -176,9 +176,9 @@ // As with MFR_RC_LEVEL, this is fixed-point -- but there is no indicator // in the datasheet as to the factor. From conversations with Flex, - // the default value (0x20) is 0.5V, which yields a factor of 64 (that - // is, two bits to the left of the decimal point and eight bits to the - // right). + // the default value (0x20) is 0.5V, which yields a factor of 64 (that + // is, two bits to the left of the decimal point and eight bits to the + // right). ("MFR_FAST_VIN_OFF_OFFSET", FixedPoint(Factor(64)), Volts), ("MFR_VOUT_OFFSET_MONITOR", VOutMode(Signed), Volts),