mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Switch to 0-based for all pins on the RoboRIO [artf2564]
Change-Id: I249965a9d55aec53b7d8a9be3ba5cc43500ddda4
This commit is contained in:
@@ -105,7 +105,7 @@ uint32_t DigitalInput::GetChannel()
|
||||
*/
|
||||
uint32_t DigitalInput::GetChannelForRouting()
|
||||
{
|
||||
return GetChannel() - 1;
|
||||
return GetChannel();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user