[wpilibc] Add deprecated Doxygen attribute to SpeedController (#3691)

Fixes #3690.
This commit is contained in:
Tyler Veness
2021-10-29 00:01:04 -07:00
committed by GitHub
parent 35c9f66a75
commit c0cb545b41
3 changed files with 10 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
namespace frc {
/**
* Allows multiple MotorController objects to be linked together.
*/
class MotorControllerGroup : public wpi::Sendable,
public MotorController,
public wpi::SendableHelper<MotorControllerGroup> {