Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 28, 2025
1 parent fc610ef commit 2a7ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpilibc/src/main/native/cpp/Encoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void Encoder::InitSendable(wpi::SendableBuilder& builder) {
}

void Encoder::InitEncoder(bool reverseDirection, EncodingType encodingType) {
int32_t status = 0;
// int32_t status = 0;
// m_encoder = HAL_InitializeEncoder(
// m_aSource->GetPortHandleForRouting(),
// static_cast<HAL_AnalogTriggerType>(
Expand Down

0 comments on commit 2a7ab4e

Please sign in to comment.