Skip to content

Commit

Permalink
[tests] test_ahrs: send less data
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Nov 27, 2014
1 parent 769967c commit db9e182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw/airborne/test/subsystems/test_ahrs.c
Expand Up @@ -75,7 +75,8 @@ static inline void main_periodic_task(void)
imu_periodic();
}
RunOnceEvery(10, { LED_PERIODIC();});
main_report();

RunOnceEvery(20, main_report());
}

static inline void main_event_task(void)
Expand Down

0 comments on commit db9e182

Please sign in to comment.