aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/chcore.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-30 10:09:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-30 10:09:04 +0000
commite1b458b2b81db0d28ea4d97a3c10abce05555930 (patch)
tree603c39481d901af454ddcbdbcb9fcccd4d5b8ae1 /src/templates/chcore.c
parent82585c79fe50b098ecdf48e1e6dae7e2909a8fd0 (diff)
downloadChibiOS-e1b458b2b81db0d28ea4d97a3c10abce05555930.tar.gz
ChibiOS-e1b458b2b81db0d28ea4d97a3c10abce05555930.tar.bz2
ChibiOS-e1b458b2b81db0d28ea4d97a3c10abce05555930.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@561 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/templates/chcore.c')
-rw-r--r--src/templates/chcore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/chcore.c b/src/templates/chcore.c
index 40dd4315b..c15f1c490 100644
--- a/src/templates/chcore.c
+++ b/src/templates/chcore.c
@@ -35,6 +35,7 @@
* put the processor in the lowest power mode capable to serve interrupts.
* The priority is internally set to the minimum system value so that this
* thread is executed only if there are no other ready threads in the system.
+ * @param p the thread parameter, unused in this scenario
* @note Implementation should declare this function as a weak symbol in order
* to allow applications to re-implement it.
*/