[wpilib] Improve MotorSafety documentation (NFC) (#4120)

Remove OBE RobotDrive porting guide from MecanumDrive
This commit is contained in:
sciencewhiz
2022-03-20 21:54:43 -07:00
committed by GitHub
parent 8d79dc8738
commit e1b6e5f212
10 changed files with 33 additions and 21 deletions

View File

@@ -16,6 +16,8 @@ namespace frc {
/**
* Common base class for drive platforms.
*
* MotorSafety is enabled by default.
*/
class RobotDriveBase : public MotorSafety {
public: