Browse Source

AP_Baro: fixed example build on AVR

master
Andrew Tridgell 12 years ago
parent
commit
c15bf95e19
  1. 1
      libraries/AP_Baro/examples/AP_Baro_PX4_test/AP_Baro_PX4_test.pde

1
libraries/AP_Baro/examples/AP_Baro_PX4_test/AP_Baro_PX4_test.pde

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
#include <AP_Param.h>
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_PX4.h>
#include <AP_HAL_Empty.h>
#include <AP_Buffer.h>

Loading…
Cancel
Save