mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilibcExamples] Add inline specifier to constexpr constants (#6049)
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
*/
|
||||
|
||||
namespace DriveConstants {
|
||||
constexpr double kCountsPerRevolution = 1440.0;
|
||||
constexpr double kWheelDiameterInch = 2.75;
|
||||
inline constexpr double kCountsPerRevolution = 1440.0;
|
||||
inline constexpr double kWheelDiameterInch = 2.75;
|
||||
} // namespace DriveConstants
|
||||
|
||||
Reference in New Issue
Block a user