mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 05:17:03 +08:00
[tests] test_ahrs: send less data
This commit is contained in:
@@ -75,7 +75,8 @@ static inline void main_periodic_task(void)
|
|||||||
imu_periodic();
|
imu_periodic();
|
||||||
}
|
}
|
||||||
RunOnceEvery(10, { LED_PERIODIC();});
|
RunOnceEvery(10, { LED_PERIODIC();});
|
||||||
main_report();
|
|
||||||
|
RunOnceEvery(20, main_report());
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void main_event_task(void)
|
static inline void main_event_task(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user