mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpimath] Add BangBangController Usage Reporting (#7411)
This commit is contained in:
@@ -35,4 +35,7 @@ public enum MathUsageId {
|
||||
|
||||
/** ProfiledPIDController. */
|
||||
kController_ProfiledPIDController,
|
||||
|
||||
/** BangBangController. */
|
||||
kController_BangBangController,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user