Browse Source

HAL_PX4: fixed GPIO build

don't use vehicle includes
master
Andrew Tridgell 12 years ago
parent
commit
3bc035d83a
  1. 2
      libraries/AP_HAL_PX4/GPIO.cpp

2
libraries/AP_HAL_PX4/GPIO.cpp

@ -5,8 +5,6 @@ @@ -5,8 +5,6 @@
#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
#include "GPIO.h"
#include "defines.h"
#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>

Loading…
Cancel
Save