adc: unused suppress

This commit is contained in:
Andrey Gusakov 2023-04-06 19:41:13 +03:00 committed by rusefillc
parent 97759fbc5c
commit 342e7d1ac6
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ public:
};
void addChannel(const char *name, adc_channel_e setting, adc_channel_mode_e mode) {
(void)name;
if (!isAdcChannelValid(setting)) {
return;
}