We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aad399 commit ff2fb90Copy full SHA for ff2fb90
1 file changed
ports/atmel-samd/common-hal/spitarget/SPITarget.c
@@ -163,7 +163,7 @@ bool common_hal_spitarget_spi_target_deinited(spitarget_spi_target_obj_t *self)
163
}
164
165
void common_hal_spitarget_spi_target_deinit(spitarget_spi_target_obj_t *self) {
166
- if (common_hal_busio_spi_deinited(self)) {
+ if (common_hal_spitarget_spi_target_deinited(self)) {
167
return;
168
169
allow_reset_sercom(self->spi_desc.dev.prvt);
0 commit comments