PWM audio should save interpreter state by default

pull/4/head
graham sanderson 2021-01-31 14:44:25 -06:00
rodzic f5c7be9a86
commit a5b369d7bf
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -92,6 +92,10 @@ extern "C" {
#define PICO_AUDIO_PWM_MONO_PIN PICO_AUDIO_PWM_L_PIN
#endif
#ifndef PIO_AUDIO_PWM_INTERP_SAVE
#define PIO_AUDIO_PWM_INTERP_SAVE 1
#endif
// Allow use of pico_audio driver without actually doing anything much
#ifndef PICO_AUDIO_PWM_NOOP
#ifdef PICO_AUDIO_NOOP