Skip to content

Commit

Permalink
fix whitespace (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcantrill authored Dec 14, 2023
1 parent 0b0506d commit c7e916c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
21 changes: 0 additions & 21 deletions src/bmr480.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down
6 changes: 3 additions & 3 deletions src/bmr491.ron
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c7e916c

Please sign in to comment.