Clear M4->M0 interrupt before M4 image is loaded.

...out of an abundance of caution.
This commit is contained in:
Jared Boone 2016-07-02 16:15:43 -07:00
parent 34e45412d1
commit 30efa53956

View File

@ -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;