Skip to content

Commit

Permalink
fixed configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaub committed Feb 11, 2022
1 parent 45f34ec commit 9ce7ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Once.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ struct Once : Module {

for(int i = 0; i < N; ++i)
{
configOutput(GATE_OUTPUT, "Gate");
configButton(BUTTON_PARAM, "Activate");
configOutput(GATE_OUTPUT+i, "Gate");
configButton(BUTTON_PARAM+i, "Activate");
}

configInput(CLK_INPUT, "Clock");
Expand Down

0 comments on commit 9ce7ad9

Please sign in to comment.