Skip to content

Commit

Permalink
Fixing a dumb syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 20, 2024
1 parent cdc95d3 commit a6c46a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio_engine.v
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ module audio_engine(
.active(seq_active)
);

wire _unused = ;
wire _unused = 0;
endmodule

0 comments on commit a6c46a4

Please sign in to comment.