aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:53:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:53:15 +0000
commite3974196a3f092878c2ec0d466d0ec412298be6b (patch)
tree3bfdce10c780c68d5120c5c16ef3a3f2a17b203b /docs/ch.txt
parent8c778229e5d1cdd9b89eda7895c328341571cecd (diff)
downloadChibiOS-e3974196a3f092878c2ec0d466d0ec412298be6b.tar.gz
ChibiOS-e3974196a3f092878c2ec0d466d0ec412298be6b.tar.bz2
ChibiOS-e3974196a3f092878c2ec0d466d0ec412298be6b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 2ec40d9c6..8f813d62f 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -141,8 +141,7 @@
* <p>
* The ARM7 port makes some assumptions on the application code organization:
* <ul>
- * <li>The \p main() function is invoked in system mode and with interrupts
- * disabled.</li>
+ * <li>The \p main() function is invoked in system mode.</li>
* <li>Each thread has a private user/system stack, the system has a single
* interrupt stack where all the interrupts are processed.</li>
* <li>The threads are started in system mode.</li>