2009-07-01 Joel Sherrill <joel.sherrill@OARcorp.com>

* score/include/rtems/score/tod.h: Correct name of parameter.
This commit is contained in:
Joel Sherrill
2009-07-01 19:50:00 +00:00
parent 37cff02c38
commit bfa4bb20d1
2 changed files with 5 additions and 1 deletions

View File

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

View File

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