mirror of https://github.com/ArduPilot/ardupilot
AP_OpticalFlow: fix example sketch to work with modified AP_Opticalflow library after memory saves
This commit is contained in:
parent
4c96881eff
commit
f49d44ef55
|
@ -186,7 +186,7 @@ void set_frame_rate()
|
||||||
void display_image()
|
void display_image()
|
||||||
{
|
{
|
||||||
Serial.println("image data --------------");
|
Serial.println("image data --------------");
|
||||||
flowSensor.print_pixel_data(&Serial);
|
flowSensor.print_pixel_data();
|
||||||
Serial.println("-------------------------");
|
Serial.println("-------------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue