From 8ffed8573fdd1a03986aa098ef9b9f1df03c6a0d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 20 Aug 2022 11:10:13 -0400 Subject: [PATCH] added debug_mode --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 9886217e..83219aca 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -326,6 +326,7 @@ long micro_timer; int ready = FALSE; bool cw_stop = false; int payload_command = false; +bool debug_mode = false; #define PRESSED 0 #define HELD 0