aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/e200/chcore.h
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-06-29 23:03:23 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-06-29 23:03:23 +0000
commit5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274 (patch)
treed9d788870f95e67c1a8af1cfcb86bda86d680794 /os/rt/ports/e200/chcore.h
parent852f75dabe8c25a01d6becc6291aa8c26dda0cf5 (diff)
downloadChibiOS-5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274.tar.gz
ChibiOS-5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274.tar.bz2
ChibiOS-5eb1ae8cc3f4d2584d31e2d9672162bf8bfc0274.zip
Add initial RT-3 AVR port
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6998 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/ports/e200/chcore.h')
-rw-r--r--os/rt/ports/e200/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/ports/e200/chcore.h b/os/rt/ports/e200/chcore.h
index 0255a0f1d..6251005bb 100644
--- a/os/rt/ports/e200/chcore.h
+++ b/os/rt/ports/e200/chcore.h
@@ -257,7 +257,7 @@ struct port_intctx {
};
/**
- * @brief Platform dependent part of the @p Thread structure.
+ * @brief Platform dependent part of the @p thread_t structure.
* @details This structure usually contains just the saved stack pointer
* defined as a pointer to a @p port_intctx structure.
*/