systemlib: properly check for MULT_COUNT value
Checking with preprocessor directives doesn't have any effect because MULT_COUNT is an enum value rather than a macro. Thus, since MULT_COUNT is undefined from the preprocessor perspective, even if the number of items in `enum MULT_PORTS` (except MULT_COUNT) was greater than 33, the error wouldn't be raised.
Please register or sign in to comment