Update copyright.
[bertos.git] / bertos / hw / pwm_map.h
index da0c2c97eb60b2e8926e8afa1dc043098bc5f422..723da2f1e71df511ddbb658e599be33cf7fcb34a 100644 (file)
@@ -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.
  * -->
  *
  *
 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;