added missing decls

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent 79f3e06160
commit 431b0d7829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -232,7 +232,9 @@ int led_pin = LED_BUILTIN;
*/
void play_pwm_from_file(int dds_pwm_pin) {
bool sstv_stop = false;
File input_file;
File output_file;
#define PWM_WRAP 5

Loading…
Cancel
Save

Powered by TurnKey Linux.