]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/Low_Power_Demo/low_power_tick_management_BURTC.c
Kernel source code:
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / Low_Power_Demo / low_power_tick_management_BURTC.c
index 6f3e51c2d03c7fb4549390f116a0a22e6b4caf55..5edd77e94838319227c502a098ca6b60f1698343 100644 (file)
@@ -193,9 +193,9 @@ TickType_t xModifiableIdleTime;
        BURTC_Enable( false );\r
 \r
        /* If this function is re-entered before one complete tick period then the\r
-       reload value might be to take into account a partial tick, but just reading\r
-       the count assumes it is counting up to a full ticks worth - so add in the\r
-       different if any. */\r
+       reload value might be set to take into account a partial time slice, but\r
+       just reading the count assumes it is counting up to a full ticks worth - so\r
+       add in the difference if any. */\r
        ulCountBeforeSleep += ( ulReloadValueForOneTick - BURTC_CompareGet( 0 ) );\r
 \r
        /* Enter a critical section but don't use the taskENTER_CRITICAL() method as\r