mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 17:49:49 +08:00
TEMR_EMC11 renamed into TEMR_EMC1_2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user