We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dec24c commit 07050f2Copy full SHA for 07050f2
1 file changed
ports/espressif/common-hal/audiobusio/I2SOut.c
@@ -69,6 +69,9 @@ void common_hal_audiobusio_i2sout_construct(audiobusio_i2sout_obj_t *self,
69
self->data = data;
70
claim_pin(bit_clock);
71
claim_pin(word_select);
72
+ if (main_clock) {
73
+ claim_pin(main_clock);
74
+ }
75
claim_pin(data);
76
}
77
0 commit comments