fixed a bug with parsing adc channels

This commit is contained in:
2018-02-09 19:25:52 +01:00
parent 9808f6eb59
commit 4c6dae2b23
-2
View File
@@ -136,8 +136,6 @@ uint32_t parse_pinmask(const char *value, bool *suc)
} }
} while (c != 0); } while (c != 0);
if (bits > 0xFFFF) *suc = false;
return bits; return bits;
} }