mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] [wpilib] Add initial support for the REV PDH (#3503)
This commit is contained in:
@@ -95,7 +95,7 @@ class PCMSimModel : public glass::PCMModel {
|
||||
explicit PCMSimModel(int32_t index)
|
||||
: m_index{index},
|
||||
m_compressor{index},
|
||||
m_solenoids(HAL_GetNumSolenoidChannels()) {}
|
||||
m_solenoids(HAL_GetNumCTRESolenoidChannels()) {}
|
||||
|
||||
void Update() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user