Skip to content

Commit

Permalink
Fix problem with stereo DAC not being started
Browse files Browse the repository at this point in the history
  • Loading branch information
h4yn0nnym0u5e committed Jan 15, 2022
1 parent d568cec commit 03dc8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output_dacs.cpp
Expand Up @@ -88,6 +88,7 @@ void AudioOutputAnalogStereo::begin(void)
update_responsibility = update_setup();
dma.enable();
dma.attachInterrupt(isr);
dmaState = AOI2S_Running;
}


Expand Down

0 comments on commit 03dc8b2

Please sign in to comment.