mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[wpimath] Fix clang-tidy warnings (#5403)
This commit is contained in:
@@ -11,10 +11,7 @@
|
||||
using namespace frc;
|
||||
|
||||
BangBangController::BangBangController(double tolerance)
|
||||
: m_tolerance(tolerance) {
|
||||
static int instances = 0;
|
||||
instances++;
|
||||
}
|
||||
: m_tolerance(tolerance) {}
|
||||
|
||||
void BangBangController::SetSetpoint(double setpoint) {
|
||||
m_setpoint = setpoint;
|
||||
|
||||
Reference in New Issue
Block a user