X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fpwm_map.h;h=723da2f1e71df511ddbb658e599be33cf7fcb34a;hb=3a7a43b5c7be260710499540538eaf7109c60982;hp=da0c2c97eb60b2e8926e8afa1dc043098bc5f422;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/pwm_map.h b/bertos/hw/pwm_map.h index da0c2c97..723da2f1 100644 --- a/bertos/hw/pwm_map.h +++ b/bertos/hw/pwm_map.h @@ -26,7 +26,8 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2005 Develer S.r.l. (http://www.develer.com/) + * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * All Rights Reserved. * --> * * @@ -45,8 +46,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;