mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 12:28:03 +08:00
Fixed timer: TEMR_EMC11 changed to TEMR_EMC1_2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user