configure pwm2 for booz boards

This commit is contained in:
Gautier Hattenberger
2010-07-01 14:03:49 +00:00
parent af2db553f1
commit e9b225cb3c
+9 -3
View File
@@ -82,9 +82,15 @@
/* PWM5 on CAM connector */
/* P0.21 */
#define PWM_PINSEL PINSEL1
#define PWM_PINSEL_VAL 0x01
#define PWM_PINSEL_BIT 10
#define PWM0_PINSEL PINSEL1
#define PWM0_PINSEL_VAL 0x01
#define PWM0_PINSEL_BIT 10
/* PWM2 on SPI connector */
/* P0.7 */
#define PWM1_PINSEL PINSEL0
#define PWM1_PINSEL_VAL 0x02
#define PWM1_PINSEL_BIT 14
/*