mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[wpilibc] Fix REV PH pulse duration units (#3982)
This commit is contained in:
committed by
GitHub
parent
05401e2b81
commit
af5ef510c5
@@ -101,7 +101,7 @@ class PneumaticHub::DataStore {
|
||||
bool m_compressorReserved{false};
|
||||
wpi::mutex m_reservedLock;
|
||||
PneumaticHub m_moduleObject{HAL_kInvalidHandle, 0};
|
||||
std::array<units::second_t, 16> m_oneShotDurMs{0_s};
|
||||
std::array<units::millisecond_t, 16> m_oneShotDurMs{0_ms};
|
||||
};
|
||||
|
||||
PneumaticHub::PneumaticHub()
|
||||
|
||||
Reference in New Issue
Block a user