LPC8xx: reduce stack sizes

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5535 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
theShed 2013-04-02 14:24:25 +00:00
parent 0424e11412
commit b8f6224a68
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
/* /*
* LPC812 memory setup. * LPC812 memory setup.
*/ */
__main_stack_size__ = 0x0200; __main_stack_size__ = 0x0100;
__process_stack_size__ = 0x0200; __process_stack_size__ = 0x0100;
MEMORY MEMORY
{ {