From d1ea164bdb96503020d315cce14471c3e0d87c36 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 1 Feb 2009 21:47:55 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@711 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/templates/chtypes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/templates') 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; -- cgit v1.2.3