We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a497d30 commit 831b8cbCopy full SHA for 831b8cb
util/include/rusefi/rusefi_time_types.h
@@ -64,10 +64,6 @@ template<typename arithmetic_type> constexpr efitimeus_t USOF(const arithmetic_t
64
return efitimeus_t(efidurus_t(static_cast<efitimeus_t::rep>(us)));
65
}
66
67
-template<typename arithmetic_type> constexpr efitimeus_t USOFMS(const arithmetic_type& ms) {
68
- return USOF(ms * 1000);
69
-}
70
-
71
constexpr float MS2US(const float& timems) {
72
return timems * 1000;
73
0 commit comments