diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-31 11:49:01 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-31 11:49:01 +0900 |
commit | 3a4e1f2bd59a5185e638a2552c64344d78e0f54f (patch) | |
tree | a25424f8b4264ab8c8485b5c086102061e885e4d /example-primer2/lcd.ld | |
parent | 421fd8019b31386c6e689753cf0a2ff35bd2af50 (diff) |
Cleanup of sys and its macro
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 */ |