git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6633 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
07297f0c16
commit
841ab0b70e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue