aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55/hacker-emblem.ld
diff options
context:
space:
mode:
Diffstat (limited to 'example-fsm-55/hacker-emblem.ld')
-rw-r--r--example-fsm-55/hacker-emblem.ld10
1 files changed, 5 insertions, 5 deletions
diff --git a/example-fsm-55/hacker-emblem.ld b/example-fsm-55/hacker-emblem.ld
index 407a981..852e458 100644
--- a/example-fsm-55/hacker-emblem.ld
+++ b/example-fsm-55/hacker-emblem.ld
@@ -1,11 +1,11 @@
/*
* ST32F0 memory setup.
*/
-__main_stack_size__ = 0x0100; /* Exception handlers */
-__process0_stack_size__ = 0x0100; /* Main program */
-__process1_stack_size__ = 0x0100; /* first thread program */
-__process2_stack_size__ = 0x0100; /* second thread program */
-__process3_stack_size__ = 0x0100; /* third thread program */
+__main_stack_size__ = 0x0100; /* Idle+Exception handlers */
+__process0_stack_size__ = 0x0100; /* Main program */
+__process1_stack_size__ = 0x0100; /* first thread program */
+__process2_stack_size__ = 0x0100; /* second thread program */
+__process3_stack_size__ = 0x0100; /* third thread program */
MEMORY
{