Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created February 8, 2011 03:09
Show Gist options
  • Save basicxman/815777 to your computer and use it in GitHub Desktop.
Save basicxman/815777 to your computer and use it in GitHub Desktop.
Andrew-Horsmans-iMac:wpilib basicxman$ diff WPILibNew/Relay.cpp WPILibOld/Relay.cpp
Andrew-Horsmans-iMac:wpilib basicxman$ diff WPILibNew/Relay.h WPILibOld/Relay.h
Andrew-Horsmans-iMac:wpilib basicxman$
Andrew-Horsmans-iMac:wpilib basicxman$ diff WPILibNew/DigitalModule.cpp WPILibOld/DigitalModule.cpp
56c56
< Resource::CreateResourceObject(&DO_PWMGenerators[SlotToIndex(m_slot)], tDIO::kNumDO_PWMDutyCycleElements);
---
> Resource::CreateResourceObject(&DO_PWMGenerators[SlotToIndex(m_slot)], tDIO::kNumSystems * tDIO::kNumDO_PWMDutyCycleElements);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment