forked from Imagelibrary/rtems
2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/tod.h: Correct name of parameter.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* score/include/rtems/score/tod.h: Correct name of parameter.
|
||||
|
||||
2009-06-30 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* posix/src/prwlocktimedrdlock.c: Restructure if slightly to make to
|
||||
|
||||
@@ -219,7 +219,7 @@ uint32_t TOD_MICROSECONDS_TO_TICKS(
|
||||
* @note This must be a macro so it can be used in "static" tables.
|
||||
*/
|
||||
uint32_t TOD_MILLISECONDS_TO_TICKS(
|
||||
uint32_t microseconds
|
||||
uint32_t milliseconds
|
||||
);
|
||||
|
||||
/** @brief How many ticks in a second?
|
||||
|
||||
Reference in New Issue
Block a user