Made Controller interface public (#1123)

This commit is contained in:
Tyler Veness
2018-06-01 01:00:24 -07:00
committed by Peter Johnson
parent 8c680a26f8
commit 8373e0361b

View File

@@ -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.
*/