semicolons
parent
dcf321c3e6
commit
ec14c8151e
|
@ -18,7 +18,7 @@ namespace OperatorConstants {
|
||||||
|
|
||||||
inline constexpr int driveControllerPort = 0;
|
inline constexpr int driveControllerPort = 0;
|
||||||
|
|
||||||
} // namespace OperatorConstants
|
}; // namespace OperatorConstants
|
||||||
|
|
||||||
namespace SwerveConstants {
|
namespace SwerveConstants {
|
||||||
|
|
||||||
|
@ -30,4 +30,4 @@ inline constexpr double d = 0.0015;
|
||||||
|
|
||||||
}; // namespace SwervePID
|
}; // namespace SwervePID
|
||||||
|
|
||||||
} // namespace SwerveConstants
|
}; // namespace SwerveConstants
|
||||||
|
|
Loading…
Reference in New Issue