mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Fix FRCSim artf2589 and cleanup the surrounding code.
Change-Id: Ic2b7e3efea40e8e65836aac1128b225f92f2b663
This commit is contained in:
@@ -221,7 +221,7 @@ bool Joystick::GetBumper(JoystickHand hand)
|
||||
**/
|
||||
bool Joystick::GetRawButton(uint32_t button)
|
||||
{
|
||||
return m_ds->GetStickButtons(m_port, button);
|
||||
return m_ds->GetStickButton(m_port, button);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user