refactoring - reducing GPIO complexity

This commit is contained in:
rusEfi 2017-04-21 20:09:57 -04:00
parent f1801746f4
commit c4d4e43e76
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ int getAdcChannelPin(adc_channel_e hwChannel) {
static void initAdcHwChannel(adc_channel_e hwChannel) {
brain_pin_e pin = getAdcChannelBrainPin("adc", hwChannel);
initAdcPin(port, pin, "hw");
initAdcPin(pin, "hw");
}
int AdcDevice::size() {