diff options
| -rw-r--r-- | firmware/thread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/thread.c b/firmware/thread.c index 7f0dde6..e358079 100644 --- a/firmware/thread.c +++ b/firmware/thread.c @@ -104,8 +104,7 @@ switch_thread(void) } /*--------------------------------------------------------------------------- - * Create thread. Stack is aligned at 32 byte boundary to fit cache line. - * > 220 bytes allocated on top for exception handlers as per EABI spec. + * Create thread. * Return 0 if context area could be allocated, else -1. *--------------------------------------------------------------------------- */ |