mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Fix missing default name in Java PIDController (#1792)
This commit is contained in:
@@ -108,6 +108,8 @@ public class PIDController extends SendableBase {
|
||||
m_period = period;
|
||||
|
||||
instances++;
|
||||
setName("PIDController", instances);
|
||||
|
||||
HAL.report(tResourceType.kResourceType_PIDController, instances);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user