Merge pull request #1511 from openmv/rp2040_updates

RP2: Add UART init/deinit and softreboot message.
This commit is contained in:
Ibrahim Abdelkader 2022-01-25 16:12:10 +02:00 committed by GitHub
commit be2aad135e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit c3ebe6a462e80398a7552460900b727e4ef2df3d
Subproject commit 6a3a920b11ea904010a95ae1b748d22c0bd9ac1c

View File

@ -271,6 +271,7 @@ soft_reset:
usbdbg_set_irq_enabled(false);
mp_printf(MP_PYTHON_PRINTER, "MPY: soft reboot\n");
#if MICROPY_PY_AUDIO
py_audio_deinit();
#endif