mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Made Controller interface public (#1123)
This commit is contained in:
committed by
Peter Johnson
parent
8c680a26f8
commit
8373e0361b
@@ -12,7 +12,7 @@ package edu.wpi.first.wpilibj;
|
||||
* and there variants, but this includes anything that is controlling an actuator in a separate
|
||||
* thread.
|
||||
*/
|
||||
interface Controller {
|
||||
public interface Controller {
|
||||
/**
|
||||
* Allows the control loop to run.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user