Skip to content

Commit c91aafe

Browse files
committed
Fix bad escape.
1 parent 105dda1 commit c91aafe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hal/components/ilowpass.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ desired. Divide the **axis**.__N__.**jog-scale** values by
1515

1616
pin in s32 in;
1717

18-
pin out s32 out """*out* tracks *in*\**scale* through a low-pass
18+
pin out s32 out """*out* tracks *in* * *scale* through a low-pass
1919
filter of *gain* per period.""";
2020

2121
param rw float scale = 1024 """A scale factor applied to the output

0 commit comments

Comments
 (0)