mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-14 03:43:44 +00:00
Rework to make use of declared memory map regions.
This commit is contained in:
@@ -151,7 +151,7 @@ HackRFFirmwareView::HackRFFirmwareView(NavigationView& nav) {
|
||||
button_yes.on_select = [&nav](Button&){
|
||||
shutdown();
|
||||
|
||||
m4_init(spi_flash::hackrf, reinterpret_cast<void*>(0x10000000));
|
||||
m4_init(spi_flash::hackrf, memory::map::m4_code_hackrf);
|
||||
|
||||
while(true) {
|
||||
__WFE();
|
||||
|
||||
Reference in New Issue
Block a user