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 ffc42b9 + 313f826 commit 7b7d485Copy full SHA for 7b7d485
ports/atmel-samd/common-hal/busio/I2C.c
@@ -135,6 +135,7 @@ void common_hal_busio_i2c_deinit(busio_i2c_obj_t *self) {
135
if (common_hal_busio_i2c_deinited(self)) {
136
return;
137
}
138
+ allow_reset_sercom(self->i2c_desc.device.hw);
139
140
i2c_m_sync_disable(&self->i2c_desc);
141
i2c_m_sync_deinit(&self->i2c_desc);
0 commit comments