Browse Source

AP_Motors: remove unnecessary board includes from examples

mission-4.1.18
Caio Marcelo de Oliveira Filho 9 years ago committed by Andrew Tridgell
parent
commit
417651b1dc
  1. 4
      libraries/AP_Motors/examples/AP_Motors_Time_test/AP_Motors_Time_test.cpp
  2. 4
      libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.cpp

4
libraries/AP_Motors/examples/AP_Motors_Time_test/AP_Motors_Time_test.cpp

@ -8,10 +8,6 @@ @@ -8,10 +8,6 @@
#include <AP_Progmem/AP_Progmem.h>
#include <AP_Param/AP_Param.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL_AVR/AP_HAL_AVR.h>
#include <AP_HAL_PX4/AP_HAL_PX4.h>
#include <AP_HAL_Linux/AP_HAL_Linux.h>
#include <AP_HAL_Empty/AP_HAL_Empty.h>
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <RC_Channel/RC_Channel.h> // RC Channel Library
#include <AP_Motors/AP_Motors.h>

4
libraries/AP_Motors/examples/AP_Motors_test/AP_Motors_test.cpp

@ -8,10 +8,6 @@ @@ -8,10 +8,6 @@
#include <AP_Progmem/AP_Progmem.h>
#include <AP_Param/AP_Param.h>
#include <AP_HAL/AP_HAL.h>
#include <AP_HAL_AVR/AP_HAL_AVR.h>
#include <AP_HAL_PX4/AP_HAL_PX4.h>
#include <AP_HAL_Linux/AP_HAL_Linux.h>
#include <AP_HAL_Empty/AP_HAL_Empty.h>
#include <AP_Math/AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#include <RC_Channel/RC_Channel.h> // RC Channel Library
#include <AP_Motors/AP_Motors.h>

Loading…
Cancel
Save