Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit 76cdd6a

Browse files
authored
fix example
1 parent 314e485 commit 76cdd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ MEMORY
2929
.ram2bss (NOLOAD) : ALIGN(4) {
3030
*(.ram2bss);
3131
. = ALIGN(4);
32-
}
32+
} > RAM2
3333
} INSERT AFTER .bss;
3434
*/

0 commit comments

Comments
 (0)