Skip to content

Commit

Permalink
forgot a 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Sep 8, 2023
1 parent ec93fee commit dd95c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/modules/conditional.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1563,7 +1563,7 @@ Logic flop(
Logic d, {
Logic? en,
Logic? reset,
dynamic resetValue = 0,
dynamic resetValue,
}) =>
FlipFlop(
clk,
Expand Down

0 comments on commit dd95c1a

Please sign in to comment.