mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Clear M4->M0 interrupt before M4 image is loaded.
...out of an abundance of caution.
This commit is contained in:
parent
34e45412d1
commit
30efa53956
@ -97,6 +97,8 @@ void run_image(const portapack::spi_flash::image_tag_t image_tag) {
|
||||
chDbgPanic("BBRunning");
|
||||
}
|
||||
|
||||
creg::m4txevent::clear();
|
||||
|
||||
m4_init(image_tag, portapack::memory::map::m4_code);
|
||||
baseband_image_running = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user