Skip to content
Snippets Groups Projects
Commit f49d44ef authored by rmackay9's avatar rmackay9
Browse files

AP_OpticalFlow: fix example sketch to work with modified AP_Opticalflow library after memory saves

parent 4c96881e
No related branches found
No related tags found
No related merge requests found
......@@ -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("-------------------------");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment