git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6633 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-01-20 11:37:20 +00:00
parent 07297f0c16
commit 841ab0b70e
1 changed files with 5 additions and 0 deletions

View File

@ -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;