Added experimental clock_fine() function
This commit is contained in:
parent
48f467a685
commit
6a8d8e3abf
2 changed files with 53 additions and 29 deletions
|
@ -53,7 +53,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: clock.h,v 1.1 2006/06/17 22:41:20 adamdunkels Exp $
|
||||
* $Id: clock.h,v 1.2 2007/03/25 21:51:31 adamdunkels Exp $
|
||||
*/
|
||||
#ifndef __CLOCK_H__
|
||||
#define __CLOCK_H__
|
||||
|
@ -91,6 +91,10 @@ void clock_delay(unsigned int);
|
|||
#define CLOCK_SECOND (clock_time_t)32
|
||||
#endif
|
||||
|
||||
int clock_fine_max(void);
|
||||
unsigned short clock_fine(void);
|
||||
|
||||
|
||||
#endif /* __CLOCK_H__ */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue