From f3bf07d1fef2be45186bfebcd3cc9c40e4c43b5f Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 1 Jul 2022 23:43:56 -0400 Subject: [PATCH] Update main.h --- main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.h b/main.h index ec378d92..6fca9db4 100644 --- a/main.h +++ b/main.h @@ -22,6 +22,8 @@ #define PORT 8080 #define FREQUENCY_OFFSET 0 +#define TRUE 1 +#define FALSE 0 #define A 1 #define B 2