[wpilib] Compressor: Add more Sendable data (#6687)

This commit is contained in:
Wispy
2024-06-03 09:47:17 -05:00
committed by GitHub
parent bdc42532ed
commit 5f8c842223
3 changed files with 22 additions and 1 deletions

View File

@@ -175,6 +175,7 @@ class Compressor : public wpi::Sendable,
private:
std::shared_ptr<PneumaticsBase> m_module;
PneumaticsModuleType m_moduleType;
};
} // namespace frc