diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-20 11:37:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-01-20 11:37:20 +0000 |
commit | 841ab0b70ee492a215cb5fab48b60df40b9d8f5d (patch) | |
tree | dfe199e6a839c7cdebd718228bcb3b2e7fa6af61 /os/rt | |
parent | 07297f0c1604422d427a417a60653abe60e1ca77 (diff) | |
download | ChibiOS-841ab0b70ee492a215cb5fab48b60df40b9d8f5d.tar.gz ChibiOS-841ab0b70ee492a215cb5fab48b60df40b9d8f5d.tar.bz2 ChibiOS-841ab0b70ee492a215cb5fab48b60df40b9d8f5d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6633 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt')
-rw-r--r-- | os/rt/ports/e200/chcore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/os/rt/ports/e200/chcore.h b/os/rt/ports/e200/chcore.h index f24a7111e..0255a0f1d 100644 --- a/os/rt/ports/e200/chcore.h +++ b/os/rt/ports/e200/chcore.h @@ -533,6 +533,11 @@ static inline void port_wait_for_interrupt(void) { #endif
}
+/**
+ * @brief Returns the current value of the realtime counter.
+ *
+ * @return The realtime counter value.
+ */
static inline rtcnt_t port_rt_get_counter_value(void) {
return 0;
|