Browse Source

AP_HAL: make the examples usable with Linux

master
mirkix 10 years ago committed by Andrew Tridgell
parent
commit
7ceb93befa
  1. 1
      libraries/AP_HAL/examples/Printf/Printf.pde
  2. 1
      libraries/AP_HAL/examples/RCInput/RCInput.pde
  3. 1
      libraries/AP_HAL/examples/RCOutput/RCOutput.pde
  4. 1
      libraries/AP_HAL/examples/UART_test/UART_test.pde

1
libraries/AP_HAL/examples/Printf/Printf.pde

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h>
#include <AP_Common.h>
#include <AP_Baro.h>

1
libraries/AP_HAL/examples/RCInput/RCInput.pde

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h>
#include <AP_Common.h>
#include <AP_Baro.h>

1
libraries/AP_HAL/examples/RCOutput/RCOutput.pde

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h>
#include <AP_Common.h>
#include <AP_Baro.h>

1
libraries/AP_HAL/examples/UART_test/UART_test.pde

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Linux.h>
#include <AP_HAL_Empty.h>
#include <AP_Common.h>
#include <AP_Baro.h>

Loading…
Cancel
Save