We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 000600a + 62c4e0d commit 22e5a09Copy full SHA for 22e5a09
ports/espressif/common-hal/audiobusio/PDMIn.c
@@ -80,9 +80,7 @@ bool common_hal_audiobusio_pdmin_deinited(audiobusio_pdmin_obj_t *self) {
80
}
81
82
void common_hal_audiobusio_pdmin_deinit(audiobusio_pdmin_obj_t *self) {
83
- mp_printf(MP_PYTHON_PRINTER, "Deinit\n");
84
if (common_hal_audiobusio_pdmin_deinited(self)) {
85
- mp_printf(MP_PYTHON_PRINTER, "Already deinitted, bailing\n");
86
return;
87
88
0 commit comments