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:
Randy Mackay 2014-05-09 16:35:21 +09:00
parent 3f329d0857
commit a38e00c048
1 changed files with 0 additions and 6 deletions

View File

@ -2,12 +2,6 @@
#ifndef __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 '::'?) */
static void run_cli(AP_HAL::UARTDriver *port);