From 841ab0b70ee492a215cb5fab48b60df40b9d8f5d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 20 Jan 2014 11:37:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6633 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/ports/e200/chcore.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os') 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; -- cgit v1.2.3