mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Change ButtonScheduler scope start method to public (#1254)
Fixes #765.
This commit is contained in:
committed by
Peter Johnson
parent
4801ae2499
commit
7bd3f9f0bd
@@ -175,7 +175,7 @@ public abstract class Trigger extends SendableBase {
|
||||
public abstract static class ButtonScheduler {
|
||||
public abstract void execute();
|
||||
|
||||
protected void start() {
|
||||
public void start() {
|
||||
Scheduler.getInstance().addButton(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user