Merge pull request #1748 from openmv/nrf_mpremote

ports/nrf: Minor fix for mpremote softreboot.
This commit is contained in:
Ibrahim Abdelkader 2022-11-14 20:46:08 +02:00 committed by GitHub
commit 8e27bd77df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -335,6 +335,8 @@ soft_reset:
mp_deinit();
printf("MPY: soft reboot\n");
#if MICROPY_PY_AUDIO
py_audio_deinit();
#endif