Skip to content

Commit 615ae0b

Browse files
Naveen KajeNaveen Kaje
authored andcommitted
Timer.h: Update comments
1 parent feb3833 commit 615ae0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/Timer.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Timer : private NonCopyable<Timer> {
6565

6666
/** Reset the timer to 0.
6767
*
68-
* If it was already counting, it will continue
68+
* If it was already running, it will continue
6969
*/
7070
void reset();
7171

@@ -92,6 +92,7 @@ class Timer : private NonCopyable<Timer> {
9292
operator float();
9393

9494
/** Get in a high resolution type the time passed in micro-seconds.
95+
* Returns a 64 bit integer.
9596
*/
9697
us_timestamp_t read_high_resolution_us();
9798

0 commit comments

Comments
 (0)