From 4a40a95e785f6647a2b95cc3c39ff14ed892197d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 7 Jul 2022 08:06:49 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 89098599..66218317 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -246,6 +246,8 @@ int pwm_counter_max = 420; int pwm_amplitude = 50; //50 //100; int pwm_value; int pwm_rnd_bit = 1; + +int ready = FALSE; /* * TelemEncoding.h *