mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 00:29:33 +00:00
Rework to make use of declared memory map regions.
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#include "memory_map.hpp"
|
||||
#include "spi_image.hpp"
|
||||
|
||||
void m4_init(const portapack::spi_flash::region_t from, void* const to);
|
||||
void m4_init(const portapack::spi_flash::region_t from, const portapack::memory::region_t to);
|
||||
|
||||
#endif/*__M4_STARTUP_H__*/
|
||||
|
||||
Reference in New Issue
Block a user