mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix SPI I2C DMA Deinit
This commit is contained in:
parent
cb2d279bda
commit
8b66c39ae2
@ -1 +1 @@
|
||||
Subproject commit 7fab60e60a5c5321f1429829e40c2202e80c9785
|
||||
Subproject commit ee9c3ef05d650f26ab7794f57d87e163572e876c
|
||||
@ -690,6 +690,8 @@ soft_reset:
|
||||
// soft reset
|
||||
storage_flush();
|
||||
timer_deinit();
|
||||
i2c_deinit_all();
|
||||
spi_deinit_all();
|
||||
uart_deinit_all();
|
||||
#if MICROPY_HW_ENABLE_CAN
|
||||
can_deinit_all();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user