Skip to content

Commit

Permalink
Remove wrong expression
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Sep 13, 2024
1 parent 337bb55 commit 3eac7ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ struct schmitt_trigger
| `schmitt_trigger(h)` | Construct a `schmitt_trigger` with specified hysteresis, `h`.
| `schmitt_trigger(hdb)` | Construct a `schmitt_trigger` with specified hysteresis, `h` (in dB).
| `a = b` | Assign `b` to `a`.
| `a = s` | Set the latest result to `s`.
|===

NOTE: C++ brace initialization may also be used.
Expand Down

0 comments on commit 3eac7ed

Please sign in to comment.