mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-03 08:01:50 +00:00
Clear M4->M0 interrupt before M4 image is loaded.
...out of an abundance of caution.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user