mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 18:00:28 -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
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ void run_image(const portapack::spi_flash::image_tag_t image_tag) {
|
||||||
chDbgPanic("BBRunning");
|
chDbgPanic("BBRunning");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
creg::m4txevent::clear();
|
||||||
|
|
||||||
m4_init(image_tag, portapack::memory::map::m4_code);
|
m4_init(image_tag, portapack::memory::map::m4_code);
|
||||||
baseband_image_running = true;
|
baseband_image_running = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue