Browse Source

Tools: port a couple of test sketches to PX4

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
a56b8c7b67
  1. 1
      Tools/CPUInfo/CPUInfo.pde
  2. 1
      Tools/Hello/Hello.pde

1
Tools/CPUInfo/CPUInfo.pde

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

1
Tools/Hello/Hello.pde

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_Math.h>
#include <Filter.h>

Loading…
Cancel
Save