Skip to content

Commit

Permalink
Merge pull request #1712 from WindhoverLabs/typo
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
jmthomas authored Nov 16, 2024
2 parents 792980a + edff49d commit 288b67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.openc3.com/docs/configuration/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class TheGreatConversion(Conversion):
super().__init__()
self.multiplier = float(multiplier)
def call(self, value, packet, buffer):
return value * multiplier
return value * self.multiplier
```

#### POLY_READ_CONVERSION
Expand Down

0 comments on commit 288b67a

Please sign in to comment.