aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-01 20:07:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-02-01 20:07:14 +0000
commit3b31842a05737a1ff36d53b0141b05e60f1bdc0a (patch)
tree5586b7a74304b5d2b0b2f5c3946c2dbf494c991b /ports/AVR
parent52923f77318483b1b9384bb4f92ff9e55f298293 (diff)
downloadChibiOS-3b31842a05737a1ff36d53b0141b05e60f1bdc0a.tar.gz
ChibiOS-3b31842a05737a1ff36d53b0141b05e60f1bdc0a.tar.bz2
ChibiOS-3b31842a05737a1ff36d53b0141b05e60f1bdc0a.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@710 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r--ports/AVR/chtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/AVR/chtypes.h b/ports/AVR/chtypes.h
index 2cd9c681c..91e8ee055 100644
--- a/ports/AVR/chtypes.h
+++ b/ports/AVR/chtypes.h
@@ -32,7 +32,6 @@
typedef int8_t bool_t;
typedef uint8_t tmode_t;
typedef uint8_t tstate_t;
-typedef uint8_t tid_t;
typedef uint8_t tprio_t;
typedef int16_t msg_t;
typedef uint8_t eventid_t;