Nathan Kurtz

Results 1 issues of Nathan Kurtz

Fix incorrect range check for BBLED PWM IDs. The original condition: id >= MCHP_PWM_ID_MAX && id < MCHP_PWM_ID_MAX can never be true. Updated the check to: id >= MCHP_PWM_ID_MAX &&...