aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCM3
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-19 20:39:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-19 20:39:23 +0000
commite55b9dfdcb1a285aed416fc49d702b01e18de03f (patch)
tree8d60523edb2df126b7de02298999aba7ac16687c /os/ports/GCC/ARMCM3
parent295f370672c3238bc166743261f067bd8fe80cc4 (diff)
downloadChibiOS-e55b9dfdcb1a285aed416fc49d702b01e18de03f.tar.gz
ChibiOS-e55b9dfdcb1a285aed416fc49d702b01e18de03f.tar.bz2
ChibiOS-e55b9dfdcb1a285aed416fc49d702b01e18de03f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1759 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCM3')
-rw-r--r--os/ports/GCC/ARMCM3/chcore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/ARMCM3/chcore.c b/os/ports/GCC/ARMCM3/chcore.c
index f800c2fb7..2a5727961 100644
--- a/os/ports/GCC/ARMCM3/chcore.c
+++ b/os/ports/GCC/ARMCM3/chcore.c
@@ -160,7 +160,7 @@ void PendSVVector(void) {
/* Set the round-robin time quantum.*/
rlist.r_preempt = CH_TIME_QUANTUM;
#endif
- chDbgTrace(ntp, otp);
+ chDbgTrace(otp);
sp_thd = ntp->p_ctx.r13;
POP_CONTEXT(sp_thd);