We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e5f02 commit 4903db0Copy full SHA for 4903db0
include/time_shield_cpp/time_shield/constants.hpp
@@ -38,7 +38,7 @@ namespace time_shield {
38
constexpr int64_t MS_PER_SEC = 1000; ///< Milliseconds per second
39
constexpr int64_t MS_PER_1_SEC = 1000; ///< Milliseconds per 1 second
40
constexpr int64_t MS_PER_5_SEC = 5000; ///< Milliseconds per 5 second
41
- constexpr int64_t MS_PER_10_SEC = 5000; ///< Milliseconds per 10 second
+ constexpr int64_t MS_PER_10_SEC = 10000; ///< Milliseconds per 10 seconds
42
constexpr int64_t MS_PER_15_SEC = 15000; ///< Milliseconds per 15 second
43
constexpr int64_t MS_PER_30_SEC = 30000; ///< Milliseconds per 30 second
44
constexpr int64_t MS_PER_MIN = 60000; ///< Milliseconds per minute
0 commit comments