From af3d08657c35e12d42df2e4863a773ab4517365e Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 12 Dec 2020 11:16:40 -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 d856c75d..d0ff64f3 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -1240,7 +1240,7 @@ if (sim_mode) voltage_min[count1] = current[count1]; if (voltage[count1] > voltage_max[count1]) - voltage_max[count1] = voltage[count]1; + voltage_max[count1] = voltage[count1]; if (current[count1] > current_max[count1]) voltage_max[count1] = current[count1];