From abc25d5b22b5d589125cb3606e137fe8d83c5c37 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Dec 2022 21:51:12 -0500 Subject: [PATCH] fixed return --- cubesatsim/play_pwm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/play_pwm.cpp b/cubesatsim/play_pwm.cpp index c8038465..ca7403b3 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -225,7 +225,8 @@ int led_pin = LED_BUILTIN; i.close(); Serial.printf("\nResult: %d count: %d", finished, index1); - return(finished); +// return(finished); + return; } /* bool finished = false;