random cleanup
This commit is contained in:
parent
2319cac76d
commit
4ffd9638e6
|
@ -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 removeChannel(const char *name, adc_channel_e setting) {
|
||||||
|
(void)name;
|
||||||
if (setting == EFI_ADC_NONE) {
|
if (setting == EFI_ADC_NONE) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue