From da55adf60101f085063c5136f3f4c6f09fffc576 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Dec 2022 08:24:56 -0500 Subject: [PATCH] typo --- cubesatsim/play_pwm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/play_pwm.cpp b/cubesatsim/play_pwm.cpp index b8118e24..38882574 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -475,7 +475,7 @@ int led_pin = LED_BUILTIN; } } i.close(); - Serial.printf("\nResult: %d count: %d", finished, index1 + Serial.printf("\nResult: %d count: %d", finished, index1); return(finished); }