mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 21:37:24 +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 */
|
/* lower clock */
|
||||||
T0EMR &= ~TEMR_EM1;
|
T0EMR &= ~TEMR_EM1;
|
||||||
/* set high on match 1 */
|
/* set high on match 1 */
|
||||||
T0EMR |= TEMR_EMC11;
|
T0EMR |= TEMR_EMC1_2;
|
||||||
|
|
||||||
/* set first pulse in a while */
|
/* set first pulse in a while */
|
||||||
T0MR1 = START_TIMEOUT;
|
T0MR1 = START_TIMEOUT;
|
||||||
|
|||||||
Reference in New Issue
Block a user