a bit of OOP

This commit is contained in:
rusefi 2017-06-04 16:18:51 -04:00
parent f65af61e82
commit b83e378534
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ static msg_t benchThread(int param) {
#endif
}
void OutputPin::unregisterOutput(brain_pin_e oldPin, brain_pin_e newPin) {
if (oldPin != GPIO_UNASSIGNED && oldPin != newPin) {
scheduleMsg(logger, "unregistering %s", hwPortname(oldPin));