mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Suppress timeout message in C++ MotorSafety class (#1512)
wpilibj's default constructor is already correct.
This commit is contained in:
committed by
Peter Johnson
parent
d817001259
commit
300eeb330d
@@ -25,7 +25,7 @@ namespace frc {
|
||||
*/
|
||||
class MotorSafety : public ErrorBase {
|
||||
public:
|
||||
MotorSafety() = default;
|
||||
MotorSafety();
|
||||
virtual ~MotorSafety() = default;
|
||||
|
||||
MotorSafety(MotorSafety&& rhs);
|
||||
|
||||
Reference in New Issue
Block a user