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