mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Changed calculate method to protected and virtual
Change-Id: I0e5900b4f079eee5f7b8933de2bf2f0a064cf762
This commit is contained in:
@@ -211,7 +211,7 @@ public class PIDController implements LiveWindowSendable, Controller {
|
||||
* This should only be called by the PIDTask
|
||||
* and is created during initialization.
|
||||
*/
|
||||
private void calculate() {
|
||||
protected void calculate() {
|
||||
boolean enabled;
|
||||
PIDSource pidInput;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user