5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-13 03:18:29 -04:00
ardupilot/APMrover2/compat.h

10 lines
98 B
C
Raw Normal View History

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