diff options
Diffstat (limited to 'example-primer2/lcd.ld')
-rw-r--r-- | example-primer2/lcd.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example-primer2/lcd.ld b/example-primer2/lcd.ld index dbda939..6ad00a3 100644 --- a/example-primer2/lcd.ld +++ b/example-primer2/lcd.ld @@ -1,7 +1,7 @@ /* * ST32F103 memory setup. */ -__main_stack_size__ = 0x0100; /* Exception handlers */ +__main_stack_size__ = 0x0100; /* Idle+Exception handlers */ __process0_stack_size__ = 0x0200; /* main */ __process1_stack_size__ = 0x0100; /* lcd init */ __process2_stack_size__ = 0x0180; /* rng */ |