TEMR_EMC11 renamed into TEMR_EMC1_2

This commit is contained in:
Pascal Brisset
2008-12-18 07:53:19 +00:00
parent 33a9c8f09d
commit c5ab2fcd49
+1 -1
View File
@@ -56,7 +56,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;