Browse Source

PX4: fixed sense of relay pins

master
Andrew Tridgell 12 years ago
parent
commit
5e33bbd197
  1. 4
      libraries/AP_HAL_PX4/GPIO.cpp

4
libraries/AP_HAL_PX4/GPIO.cpp

@ -17,8 +17,8 @@ @@ -17,8 +17,8 @@
#include <drivers/drv_gpio.h>
#include <modules/px4iofirmware/protocol.h>
#define LOW 1
#define HIGH 0
#define LOW 0
#define HIGH 1
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save