diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-19 13:31:37 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-19 13:31:37 +0000 |
commit | 0810f1daac3c33d194d573d82ec436021e3e7255 (patch) | |
tree | 41909345afc1c1e949a18119563243b9adfc8648 /ports/ARMCM3 | |
parent | f8b4fca89a8dd31989a3d21e4c6fb4175aba4110 (diff) | |
download | ChibiOS-0810f1daac3c33d194d573d82ec436021e3e7255.tar.gz ChibiOS-0810f1daac3c33d194d573d82ec436021e3e7255.tar.bz2 ChibiOS-0810f1daac3c33d194d573d82ec436021e3e7255.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@643 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARMCM3')
-rw-r--r-- | ports/ARMCM3/chcore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/ARMCM3/chcore.c b/ports/ARMCM3/chcore.c index 3432a6577..61741c216 100644 --- a/ports/ARMCM3/chcore.c +++ b/ports/ARMCM3/chcore.c @@ -84,6 +84,8 @@ CH_IRQ_HANDLER void SysTickVector(void) { /**
* The SVC vector is used for commanded context switch.
+ * @param otp the thread to be switched out
+ * @param ntp the thread to be switched it
*/
/** @cond never */
__attribute__((naked))
|