We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26aec6 commit feffe9eCopy full SHA for feffe9e
minar-platform/minar_platform_types.h
@@ -50,7 +50,7 @@ enum Constants{
50
Time_Base = MINAR_PLATFORM_TIME_BASE,
51
52
#if YOTTA_CFG_MINAR_TEST_CLOCK_OVERFLOW
53
- // use only lower 16bits of timer for testing timer overflow
+ // use only lower bits of timer for testing timer overflow
54
Time_Mask = YOTTA_CFG_MINAR_TEST_CLOCK_OVERFLOW
55
#else
56
// 32 bits of time for mbed platforms
0 commit comments