We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea95eb7 + bf1f0b3 commit ae31c4aCopy full SHA for ae31c4a
ports/atmel-samd/common-hal/audioio/AudioOut.c
@@ -240,6 +240,8 @@ void common_hal_audioio_audioout_deinit(audioio_audioout_obj_t* self) {
240
241
disable_event_channel(self->tc_to_dac_event_channel);
242
243
+ tc_set_enable(tc_insts[self->tc_index], false);
244
+
245
reset_pin(self->left_channel->pin);
246
self->left_channel = mp_const_none;
247
#ifdef SAMD51
0 commit comments