]> git.sur5r.net Git - freertos/commitdiff
Tidy up comments only.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 27 Dec 2019 21:22:07 +0000 (21:22 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 27 Dec 2019 21:22:07 +0000 (21:22 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2777 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Source/include/croutine.h
FreeRTOS/Source/portable/IAR/ARM_CM3/port.c
FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c

index a7817493ae21835d02a1a06fa2cbe31f3c2e148c..97366e1a3f9ca675a8904225c0c1fa3cc93ebaaf 100644 (file)
@@ -157,7 +157,7 @@ BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, UBaseType_t uxPri
  }\r
 \r
  // Alternatively, if you do not require any other part of the idle task to\r
- // execute, the idle task hook can call vCoRoutineScheduler() within an\r
+ // execute, the idle task hook can call vCoRoutineSchedule() within an\r
  // infinite loop.\r
  void vApplicationIdleHook( void )\r
  {\r
index 486f61447cc2f46b80703fecd508d274042b5eef..c8f2a59fb280effd0b0d15ecff2abb2b9d81755b 100644 (file)
@@ -439,13 +439,13 @@ void xPortSysTickHandler( void )
                        __disable_interrupt();\r
                        __DSB();\r
                        __ISB();\r
-                       \r
-                       /* Disable the SysTick clock without reading the \r
+\r
+                       /* Disable the SysTick clock without reading the\r
                        portNVIC_SYSTICK_CTRL_REG register to ensure the\r
-                       portNVIC_SYSTICK_COUNT_FLAG_BIT is not cleared if it is set.  Again, \r
-                       the time the SysTick is stopped for is accounted for as best it can \r
-                       be, but using the tickless mode will inevitably result in some tiny \r
-                       drift of the time maintained by the kernel with respect to calendar \r
+                       portNVIC_SYSTICK_COUNT_FLAG_BIT is not cleared if it is set.  Again,\r
+                       the time the SysTick is stopped for is accounted for as best it can\r
+                       be, but using the tickless mode will inevitably result in some tiny\r
+                       drift of the time maintained by the kernel with respect to calendar\r
                        time*/\r
                        portNVIC_SYSTICK_CTRL_REG = ( portNVIC_SYSTICK_CLK_BIT | portNVIC_SYSTICK_INT_BIT );\r
 \r
index dea221b146b7995ea8ed9bcf85c592e4f9c64b60..76dcb57272bc1b09f89cfb0ecff435670039535f 100644 (file)
@@ -1,4 +1,4 @@
--/*\r
+/*\r
  * FreeRTOS Kernel V10.2.1\r
  * Copyright (C) 2019 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r