5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-04 12:43:58 -04:00
ardupilot/APMrover2/compat.h
2015-05-21 07:48:48 +10:00

10 lines
98 B
C

#ifndef __COMPAT_H__
#define __COMPAT_H__
#define HIGH 1
#define LOW 0
#endif // __COMPAT_H__