mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
AP_OpticalFlow: fix example sketch to work with modified AP_Opticalflow library after memory saves
This commit is contained in:
parent
a3f1aa0c7b
commit
514cd728a0
@ -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