From 56489a35c4bc89adff6a13fa9cf6a2248d8659a1 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 Jul 2022 15:07:40 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index c5cb556c..110098c8 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -164,7 +164,7 @@ int uart_fd; int reset_count = 0; float uptime_sec = 0; -long int uptime; +long int uptime = 0; char call[5]; char sim_yes[10];