Copter: remove unnecessary Log_Write_Optflow
This commit is contained in:
parent
f52c6add89
commit
7c5982c573
@ -285,7 +285,6 @@ test_optflow(uint8_t argc, const Menu::arg *argv)
|
|||||||
while(1) {
|
while(1) {
|
||||||
delay(200);
|
delay(200);
|
||||||
optflow.update();
|
optflow.update();
|
||||||
Log_Write_Optflow();
|
|
||||||
cliSerial->printf_P(PSTR("x/dx: %d/%d\t y/dy %d/%d\t squal:%d\n"),
|
cliSerial->printf_P(PSTR("x/dx: %d/%d\t y/dy %d/%d\t squal:%d\n"),
|
||||||
optflow.x,
|
optflow.x,
|
||||||
optflow.dx,
|
optflow.dx,
|
||||||
|
Loading…
Reference in New Issue
Block a user