We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 066e8d8 + bff281c commit b1a1a04Copy full SHA for b1a1a04
src/main/java/org/carlmontrobotics/Config.java
@@ -8,7 +8,7 @@
8
import edu.wpi.first.util.sendable.Sendable;
9
import edu.wpi.first.util.sendable.SendableBuilder;
10
11
-abstract class Config implements Sendable {
+public abstract class Config implements Sendable {
12
public static final Config CONFIG = new Config() {
13
{
14
// Override config settings here, like this:
0 commit comments