From 1672294b356eeed0ab4c8eafccfcf1b2727538ec Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 4 Jul 2022 15:17:49 -0400 Subject: [PATCH] Update cubesatsim.ino --- cubesatsim/cubesatsim.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index e9d6f808..9f5fd349 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -314,7 +314,7 @@ void get_tlm_fox() { int buffSize; buffSize = (int) sizeof(buffer_test); - for (n = 0; n < 17; n++) + for (int n = 0; n < 17; n++) sensor[n] = 1.0; if (mode == FSK)