Fixed timer: TEMR_EMC11 changed to TEMR_EMC1_2

This commit is contained in:
Mark Griffin
2009-11-22 12:00:37 +00:00
parent 5ae2f8747d
commit e8874dd069
+1 -1
View File
@@ -46,7 +46,7 @@ void actuators_init ( void ) {
/* lower clock */
T0EMR &= ~TEMR_EM1;
/* set high on match 1 */
T0EMR |= TEMR_EMC11;
T0EMR |= TEMR_EMC1_2;
/* set first pulse in a while */
T0MR1 = START_TIMEOUT;