Copter : Correct comment on required optical flow update rate

This commit is contained in:
priseborough 2014-11-02 16:36:51 +11:00 committed by Andrew Tridgell
parent 839b814d12
commit 45c007d216

View File

@ -1188,7 +1188,7 @@ static void one_hz_loop()
#endif
}
// called at 100hz but data from sensor only arrives at 10 Hz
// called at 10hz
#if OPTFLOW == ENABLED
static void update_optical_flow(void)
{