diff options
-rw-r--r-- | src/templates/chtypes.h | 3 |
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;
|