Skip to content

Commit

Permalink
Fixes constant naming error in DPT host.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbdclark committed Aug 4, 2023
1 parent 8c641bc commit 7423e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/daisy/src/daisy-dpt-host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct sig_daisy_Host_BoardConfiguration sig_daisy_DPTConfig = {
.numGateInputs = sig_daisy_DPT_NUM_GATE_INPUTS,
.numGateOutputs = sig_daisy_DPT_NUM_GATE_OUTPUTS,
.numSwitches = sig_daisy_DPT_NUM_SWITCHES,
.numTriSwitches = sig_daisy_DPT_NUM_SWITCHES,
.numTriSwitches = sig_daisy_DPT_NUM_TRI_SWITCHES,
.numEncoders = sig_daisy_DPT_NUM_ENCODERS
};

Expand Down

0 comments on commit 7423e41

Please sign in to comment.