Fix formatting issue

This commit is contained in:
root 2021-05-29 12:26:41 -05:00
parent 760e8c77bd
commit a2b220370e

View File

@ -130,7 +130,7 @@ void common_hal_audiopwmio_pwmaudioout_play(audiopwmio_pwmaudioout_obj_t *self,
if (self->dma.channel[0] < NUM_DMA_CHANNELS) { if (self->dma.channel[0] < NUM_DMA_CHANNELS) {
if (common_hal_audiopwmio_pwmaudioout_get_playing(self)) { if (common_hal_audiopwmio_pwmaudioout_get_playing(self)) {
common_hal_audiopwmio_pwmaudioout_stop(self); common_hal_audiopwmio_pwmaudioout_stop(self);
} }
} }
// TODO: Share pacing timers based on frequency. // TODO: Share pacing timers based on frequency.