diff --git a/tentec/orion.h b/tentec/orion.h index 78e6a6107..c94fa1af4 100644 --- a/tentec/orion.h +++ b/tentec/orion.h @@ -31,8 +31,8 @@ * This backend supports the Ten-Tec Orion (565) and Orion II (566) transceivers. */ -#define TRUE (1) -#define FALSE (0) +#define TRUE 1 +#define FALSE 0 #define TT565_BUFSIZE 16 /**