reducing code duplication

This commit is contained in:
rusefillc 2022-03-28 23:54:14 -04:00
parent 81100c4181
commit 48b96bc6dc
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ void FrequencySensor::initIfValid(brain_pin_e pin, SensorConverter &converter) {
} }
setFunction(converter); setFunction(converter);
init(pin); init(pin);
init(pin);
Register(); Register();
} }