mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Copter: remove unused HIGH, LOW definitions
Minor commit to kick off the auto build so AC3.2-rc1 will go out
This commit is contained in:
parent
3f329d0857
commit
a38e00c048
@ -2,12 +2,6 @@
|
|||||||
#ifndef __COMPAT_H__
|
#ifndef __COMPAT_H__
|
||||||
#define __COMPAT_H__
|
#define __COMPAT_H__
|
||||||
|
|
||||||
#define OUTPUT GPIO_OUTPUT
|
|
||||||
#define INPUT GPIO_INPUT
|
|
||||||
|
|
||||||
#define HIGH 1
|
|
||||||
#define LOW 0
|
|
||||||
|
|
||||||
/* Forward declarations to avoid broken auto-prototyper (coughs on '::'?) */
|
/* Forward declarations to avoid broken auto-prototyper (coughs on '::'?) */
|
||||||
static void run_cli(AP_HAL::UARTDriver *port);
|
static void run_cli(AP_HAL::UARTDriver *port);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user