PX4: fixed sense of relay pins

This commit is contained in:
Andrew Tridgell 2013-08-30 15:05:29 +10:00
parent a00e4a1e83
commit 5e33bbd197

View File

@ -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;