Skip to content

Commit

Permalink
Correct Power Distribution Type name (wpilibsuite#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 22, 2022
1 parent b52fdac commit d00d53e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class PowerDistributionType extends ComplexDataType<PowerDistributi
public static final PowerDistributionType Instance = new PowerDistributionType();

private PowerDistributionType() {
super("PowerDistributionPanel", PowerDistributionData.class);
super("PowerDistribution", PowerDistributionData.class);
}

@Override
Expand Down

0 comments on commit d00d53e

Please sign in to comment.