mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[wpilibcExamples] Add inline specifier to constexpr constants (#6049)
This commit is contained in:
@@ -16,6 +16,6 @@
|
||||
|
||||
namespace OperatorConstants {
|
||||
|
||||
constexpr int kDriverControllerPort = 0;
|
||||
inline constexpr int kDriverControllerPort = 0;
|
||||
|
||||
} // namespace OperatorConstants
|
||||
|
||||
Reference in New Issue
Block a user