From 24092c8b69c97577f7346e729feefbdf2f5c2217 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 7 Dec 2022 23:02:17 -0500 Subject: [PATCH] Update play_pwm.cpp --- 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 b6f5f7ea..d4165029 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -226,7 +226,7 @@ int led_pin = LED_BUILTIN; // delay(5000); // } } -*/ + void play_pwm_from_file(int dds_pwm_pin) { @@ -314,6 +314,7 @@ void play_pwm_from_file(int dds_pwm_pin) { // } } +*/ bool get_pwm_file() { Serial2.setRX(9);