random cleanup

This commit is contained in:
rusefi 2019-04-14 13:19:36 -04:00
parent 2319cac76d
commit 4ffd9638e6
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ void addChannel(const char *name, adc_channel_e setting, adc_channel_mode_e mode
}
void removeChannel(const char *name, adc_channel_e setting) {
(void)name;
if (setting == EFI_ADC_NONE) {
return;
}