Skip to content

Commit feffe9e

Browse files
author
Liyou Zhou
committed
fix a small comment
1 parent c26aec6 commit feffe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minar-platform/minar_platform_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ enum Constants{
5050
Time_Base = MINAR_PLATFORM_TIME_BASE,
5151

5252
#if YOTTA_CFG_MINAR_TEST_CLOCK_OVERFLOW
53-
// use only lower 16bits of timer for testing timer overflow
53+
// use only lower bits of timer for testing timer overflow
5454
Time_Mask = YOTTA_CFG_MINAR_TEST_CLOCK_OVERFLOW
5555
#else
5656
// 32 bits of time for mbed platforms

0 commit comments

Comments
 (0)