Missed a couple

This commit is contained in:
Phillip Stephens 2022-10-11 08:31:01 -07:00
parent 1c46c7161e
commit d3d6ea4c44
1 changed files with 0 additions and 3 deletions

View File

@ -125,9 +125,6 @@ asm static void __init_registers(void) {
// clang-format on
}
__declspec(section ".init") extern __rom_copy_info _rom_copy_info[];
__declspec(section ".init") extern __bss_init_info _bss_init_info[];
inline static void __copy_rom_section(void* dst, const void* src, unsigned long size) {
if (size && (dst != src)) {
memcpy(dst, src, size);