Skip to content
Snippets Groups Projects
Commit e4e17a25 authored by Wilke Pierre's avatar Wilke Pierre
Browse files

Répare le script de link (config_strict_devmem)

parent ce66197f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ heap_size = 0x2000;
SECTIONS
{
/* text: test code section */
. = 0x200;
. = 0x2000000;
.text :
{
*(.text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment