From 421235ef43b6be0be71fc5f746f2c23af6d5a4e0 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 12 Dec 2020 11:30:42 -0500 Subject: [PATCH] typo --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index 737e06fa..74720d88 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -497,7 +497,7 @@ printf("batt: %f speed: %f eclipse_time: %f eclipse: %d period: %f temp: %f max: //memset(voltage_max, 0, sizeof(voltage_max)); //memset(current_max, 0, sizeof(current_max)); -for(i=0; i < 9; i++) +for(int i=0; i < 9; i++) { voltage_min[i] = 1000.0; current_min[i] = 1000.0;