mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 01:46:58 +00:00
Change M4 loader to use image tags.
Also finish moving HackRF binary to tagged image region.
This commit is contained in:
@@ -90,8 +90,8 @@ void stop() {
|
||||
send_message(&message);
|
||||
}
|
||||
|
||||
void run_image(const portapack::spi_flash::region_t image_region) {
|
||||
m4_init(image_region, portapack::memory::map::m4_code);
|
||||
void run_image(const portapack::spi_flash::image_tag_t image_tag) {
|
||||
m4_init(image_tag, portapack::memory::map::m4_code);
|
||||
|
||||
creg::m4txevent::enable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user