mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
PX4: fixed sense of relay pins
This commit is contained in:
parent
a00e4a1e83
commit
5e33bbd197
@ -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…
Reference in New Issue
Block a user