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

AP_OpticalFlow - resolved compile error in example sketch (it could not find...

AP_OpticalFlow - resolved compile error in example sketch (it could not find DCM.h but it's not required anyway)
parent 1f253c52
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
#include <AP_Common.h>
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <SPI.h> // Arduino SPI library
#include <AP_DCM.h> // ArduCopter DCM Library
#include "AP_OpticalFlow.h" // ArduCopter OpticalFlow Library
////////////////////////////////////////////////////////////////////////////////
......
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