From e4b3801cc9bae793a664d8f6f88191075d92e48e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 1 Sep 2022 11:37:15 -0400 Subject: [PATCH] added micro_timer2 --- cubesatsim/cubesatsim.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index de478ae7..dd7eb8eb 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -345,6 +345,7 @@ int bpsk_pin_slice; int sample_rate; int buffer_size; long micro_timer; +long micro_timer2; int ready = FALSE; bool cw_stop = false; int payload_command = false;