externalize basebands, not needed, and remove too high level function (#3134)

* externalize basebands, not needed, and remove too high level function

* fix ert
This commit is contained in:
Totoo
2026-04-10 21:08:46 +02:00
committed by GitHub
parent 4dce613172
commit 900c80549f
5 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ __attribute__((section(".external_app.app_ert.application_information"), used))
/*.menu_location = */ app_location_t::RX,
/*.desired_menu_position = */ -1,
/*.m4_app_tag = portapack::spi_flash::image_tag_none */ {'P', 'E', 'R', 'T'},
/*.m4_app_tag = portapack::spi_flash::image_tag_ert */ {'P', 'E', 'R', 'T'},
/*.m4_app_offset = */ 0x00000000, // will be filled at compile time
};
}