aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-01 21:47:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-01 21:47:55 +0000
commitd1ea164bdb96503020d315cce14471c3e0d87c36 (patch)
tree7e590dfbebd96d87613913b2ac7302d8e7c56162
parent3b31842a05737a1ff36d53b0141b05e60f1bdc0a (diff)
downloadChibiOS-d1ea164bdb96503020d315cce14471c3e0d87c36.tar.gz
ChibiOS-d1ea164bdb96503020d315cce14471c3e0d87c36.tar.bz2
ChibiOS-d1ea164bdb96503020d315cce14471c3e0d87c36.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@711 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--src/templates/chtypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/templates/chtypes.h b/src/templates/chtypes.h
index 821517574..780b2862e 100644
--- a/src/templates/chtypes.h
+++ b/src/templates/chtypes.h
@@ -42,9 +42,6 @@ typedef uint8_t tmode_t;
/** Thread state, uint8_t is ok. */
typedef uint8_t tstate_t;
-/** Thread id. */
-typedef uint16_t tid_t;
-
/** Priority, use the fastest unsigned type. */
typedef uint32_t tprio_t;