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.
1 parent bd01d31 commit c023ec0Copy full SHA for c023ec0
ports/raspberrypi/common-hal/audiobusio/PDMIn.c
@@ -93,6 +93,7 @@ void common_hal_audiobusio_pdmin_deinit(audiobusio_pdmin_obj_t* self) {
93
if (common_hal_audiobusio_pdmin_deinited(self)) {
94
return;
95
}
96
+ return common_hal_rp2pio_statemachine_deinit(&self->state_machine);
97
98
99
uint8_t common_hal_audiobusio_pdmin_get_bit_depth(audiobusio_pdmin_obj_t* self) {
0 commit comments