mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
AP_OpticalFlow: fix example sketch to work with modified AP_Opticalflow library after memory saves
This commit is contained in:
parent
79fc5f072e
commit
09485ddc5f
@ -186,7 +186,7 @@ void set_frame_rate()
|
||||
void display_image()
|
||||
{
|
||||
Serial.println("image data --------------");
|
||||
flowSensor.print_pixel_data(&Serial);
|
||||
flowSensor.print_pixel_data();
|
||||
Serial.println("-------------------------");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user