X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fpwm_map.h;h=97f8246755a20e713a46b1a8818a0405450d5dd3;hb=52320f9345b0e2b083aa09cb79bc56e75e60dbaf;hp=da0c2c97eb60b2e8926e8afa1dc043098bc5f422;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/pwm_map.h b/bertos/hw/pwm_map.h index da0c2c97..97f82467 100644 --- a/bertos/hw/pwm_map.h +++ b/bertos/hw/pwm_map.h @@ -45,8 +45,14 @@ typedef enum { PWM_CH0 = 0, + PWM_CH1, + PWM_CH2, + PWM_CH3, -/* add other PWM channel */ +/* + * add other PWM channel or + * change above. + */ PWM_CNT } PwmDev;