AP_OpticalFlow - resolved compile error in example sketch (it could not find DCM.h but it's not required anyway)

This commit is contained in:
rmackay9 2012-03-24 14:47:21 +09:00
parent 63b96c0153
commit d371862fd2

View File

@ -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
////////////////////////////////////////////////////////////////////////////////