aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-31 10:26:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-31 10:26:40 +0000
commit16044c7aeac671a4914749a387a6c526f0b2fdce (patch)
treebaf7912859ac2444e67873aa5113208ff23efe5b /os/ports
parent2c0ef77243a78e374c60b01dae1bd02057d7f12d (diff)
downloadChibiOS-16044c7aeac671a4914749a387a6c526f0b2fdce.tar.gz
ChibiOS-16044c7aeac671a4914749a387a6c526f0b2fdce.tar.bz2
ChibiOS-16044c7aeac671a4914749a387a6c526f0b2fdce.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6053 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r--os/ports/GCC/ARMCMx/chtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/ports/GCC/ARMCMx/chtypes.h b/os/ports/GCC/ARMCMx/chtypes.h
index f20c43bd8..bf9932b93 100644
--- a/os/ports/GCC/ARMCMx/chtypes.h
+++ b/os/ports/GCC/ARMCMx/chtypes.h
@@ -36,6 +36,7 @@
typedef bool bool_t; /**< Fast boolean type. */
typedef uint32_t systime_t; /**< System time. */
typedef uint32_t rtcnt_t; /**< Realtime counter. */
+typedef uint64_t rttime_t; /**< Time accumulator. */
typedef uint32_t syssts_t; /**< System status word. */
typedef uint8_t tmode_t; /**< Thread flags. */
typedef uint8_t tstate_t; /**< Thread state. */