mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Reformat for recent commits (#54)
This commit is contained in:
@@ -78,7 +78,7 @@ void PIDController::Initialize(float Kp, float Ki, float Kd, float Kf,
|
||||
}
|
||||
|
||||
PIDController::~PIDController() {
|
||||
//forcefully stopping the notifier so the callback can successfully run.
|
||||
// forcefully stopping the notifier so the callback can successfully run.
|
||||
m_controlLoop->Stop();
|
||||
if (m_table != nullptr) m_table->RemoveTableListener(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user