Skip to content

Commit 854c741

Browse files
add missing parameter
addresses: RIOT-OS#1041 (diff)
1 parent b7ec92e commit 854c741

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/include/hwtimer.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ int hwtimer_active(void);
138138
void hwtimer_cpu_init(void (*handler)(int), uint32_t fcpu);
139139

140140
/**
141-
* @brief initialize hwtimer module data structures and hardware
141+
* @brief initialize hwtimer module data structures and hardware
142+
*
143+
* @param[in] fcpu cpu frequency
142144
*/
143145
void hwtimer_init_comp(uint32_t fcpu);
144146

0 commit comments

Comments
 (0)