X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FCORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil%2FFull_Demo%2Fmain_full.c;fp=FreeRTOS%2FDemo%2FCORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil%2FFull_Demo%2Fmain_full.c;h=edf4d361a097d4179df77da562d80aa530ccab89;hb=a7cce90f1050fabe9b3fbe45cc9211d4a672f4f1;hp=8d3c93473059579fd3bc8067bb8d6c801551da95;hpb=94cb71358547148726d8372b6cd132cbb48cfd52;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c index 8d3c93473..edf4d361a 100644 --- a/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c +++ b/FreeRTOS/Demo/CORTEX_M4F_MSP432_LaunchPad_IAR_CCS_Keil/Full_Demo/main_full.c @@ -227,7 +227,7 @@ static void prvConfigureClocks( void ); /* The following two variables are used to communicate the status of the register check tasks to the check task. If the variables keep incrementing, -then the register check tasks has not discovered any errors. If a variable +then the register check tasks have not discovered any errors. If a variable stops incrementing, then an error has been found. */ volatile unsigned long ulRegTest1LoopCounter = 0UL, ulRegTest2LoopCounter = 0UL; @@ -243,7 +243,7 @@ void main_full( void ) used so set to 0 to make this obvious. */ xSerialPortInitMinimal( 0, mainRX_QUEUE_LENGTH ); - /* Start all the other standard demo/test tasks. They have not particular + /* Start all the other standard demo/test tasks. They have no particular functionality, but do demonstrate how to use the FreeRTOS API and test the kernel port. */ vStartInterruptQueueTasks();