summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-06 14:33:08 -0600
commita7e4de250436df590529cc7a295d099ade77d9d5 (patch)
tree693402b53f1a16870cd44cdf82a8e4a170bf2ef4 /cpukit/sapi/include/rtems
parentcoremuteximpl.h: Reorder macro names to match body and fix Doxygen warnings (diff)
downloadrtems-a7e4de250436df590529cc7a295d099ade77d9d5.tar.bz2
Fix even more Doxygen issues
Diffstat (limited to 'cpukit/sapi/include/rtems')
-rw-r--r--cpukit/sapi/include/rtems/counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/rtems/counter.h b/cpukit/sapi/include/rtems/counter.h
index bc46925fea..3b428402a8 100644
--- a/cpukit/sapi/include/rtems/counter.h
+++ b/cpukit/sapi/include/rtems/counter.h
@@ -123,7 +123,7 @@ rtems_counter_ticks rtems_counter_nanoseconds_to_ticks(
* rtems_counter_nanoseconds_to_ticks() functions. It should be called during
* system initialization by the board support package.
*
- * @param[in] uint32_t frequency The current counter frequency in Hz.
+ * @param[in] frequency The current counter frequency in Hz.
*/
void rtems_counter_initialize_converter( uint32_t frequency );