X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=FreeRTOS%2FDemo%2FCORTEX_M0%2B_Atmel_SAMD20_XPlained%2FRTOSDemo%2Fsrc%2Fmain-full.c;fp=FreeRTOS%2FDemo%2FCORTEX_M0%2B_Atmel_SAMD20_XPlained%2FRTOSDemo%2Fsrc%2Fmain-full.c;h=9d349bac4e3d355e4f571c8c46593b13ca7aca08;hb=a7cce90f1050fabe9b3fbe45cc9211d4a672f4f1;hp=fe776e585969f8246836e8ca045a4c5e52d3d9d7;hpb=94cb71358547148726d8372b6cd132cbb48cfd52;p=freertos diff --git a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c index fe776e585..9d349bac4 100644 --- a/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c +++ b/FreeRTOS/Demo/CORTEX_M0+_Atmel_SAMD20_XPlained/RTOSDemo/src/main-full.c @@ -180,7 +180,7 @@ void main_full( void ); /* The following two variables are used to communicate the status of the register check tasks to the check software timer. If the variables keep -incrementing, then the register check tasks has not discovered any errors. If +incrementing, 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;