mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Plane: Remove statement about flow driver rate in comment
This commit is contained in:
parent
5f941655a8
commit
f23722ecee
@ -1562,8 +1562,7 @@ static void update_flight_stage(void)
|
||||
}
|
||||
|
||||
#if OPTFLOW == ENABLED
|
||||
// called at 50hz, however optical flow sesnor driver is gathering data asynchronously
|
||||
// at 10Hz, so there will be up to 20msec of intersampling delay
|
||||
// called at 50hz
|
||||
static void update_optical_flow(void)
|
||||
{
|
||||
static uint32_t last_of_update = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user