diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-19 10:13:17 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-19 10:13:17 +0000 |
commit | de5e04fc611f3b5cd5c16f39d1063c37110a9467 (patch) | |
tree | 4acedee7d598ae76fdcbe3d5aec17f2065decc82 /ports/ARM7 | |
parent | fe58a993f84a36ea9765ddac092b1ea8cf306f07 (diff) | |
download | ChibiOS-de5e04fc611f3b5cd5c16f39d1063c37110a9467.tar.gz ChibiOS-de5e04fc611f3b5cd5c16f39d1063c37110a9467.tar.bz2 ChibiOS-de5e04fc611f3b5cd5c16f39d1063c37110a9467.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@641 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7')
-rw-r--r-- | ports/ARM7/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h index 5c2233275..4f3800f1a 100644 --- a/ports/ARM7/chcore.h +++ b/ports/ARM7/chcore.h @@ -100,7 +100,7 @@ typedef struct { sizeof(struct intctx)); \
tp->p_ctx.r13->r4 = pf; \
tp->p_ctx.r13->r5 = arg; \
- tp->p_ctx.r13->lr = _port_thread_start; \
+ tp->p_ctx.r13->lr = _port_thread_start; \
}
/**
|